summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2012-07-05 22:44:13 +1000
committerJonathan Gordon <rockbox@jdgordon.info>2012-07-05 23:30:06 +1000
commit65f9df3083623484efccf502c33ecc959555d247 (patch)
tree6d55b2eb2d874166be00306a5cc3a7c67ebea227 /apps/gui/option_select.h
parentf6d6a4602c9bb94565f8bb421b465a06f215fb7d (diff)
downloadrockbox-65f9df3083623484efccf502c33ecc959555d247.tar.gz
rockbox-65f9df3083623484efccf502c33ecc959555d247.zip
skin_engine: Allow the %St() (setting) skin tag be used as a bar
%St(<setting name>) or %St(<bar tags>, setting, <setting name>) Change-Id: I71396d683634d4d1ad2357018c4029ecb4229677
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h2
1 files changed, 2 insertions, 0 deletions
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
48/* only use this for int and bool settings */ 48/* only use this for int and bool settings */
49int option_value_as_int(const struct settings_list *setting); 49int option_value_as_int(const struct settings_list *setting);
50 50
51int get_setting_info_for_bar(int setting_id, int *count, int *val);
52
51#endif /* _GUI_OPTION_SELECT_H_ */ 53#endif /* _GUI_OPTION_SELECT_H_ */