From 65f9df3083623484efccf502c33ecc959555d247 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 5 Jul 2012 22:44:13 +1000 Subject: skin_engine: Allow the %St() (setting) skin tag be used as a bar %St() or %St(, setting, ) Change-Id: I71396d683634d4d1ad2357018c4029ecb4229677 --- apps/gui/option_select.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/gui/option_select.h') diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h index 0a7600ce80..3a14a179a6 100644 --- a/apps/gui/option_select.h +++ b/apps/gui/option_select.h @@ -48,4 +48,6 @@ void option_talk_value(const struct settings_list *setting, int value, bool enqu /* only use this for int and bool settings */ int option_value_as_int(const struct settings_list *setting); +int get_setting_info_for_bar(int setting_id, int *count, int *val); + #endif /* _GUI_OPTION_SELECT_H_ */ -- cgit v1.2.3