summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2012-07-06 14:28:34 +1000
committerJonathan Gordon <rockbox@jdgordon.info>2012-07-06 14:28:34 +1000
commit68ee7aac6e7a16804ac6880cc076c43502989c92 (patch)
treec352d6ee4e7517d2469c0677123a975f0f66646e /apps/gui/option_select.h
parent65f9df3083623484efccf502c33ecc959555d247 (diff)
downloadrockbox-68ee7aac6e7a16804ac6880cc076c43502989c92.tar.gz
rockbox-68ee7aac6e7a16804ac6880cc076c43502989c92.zip
skin_engine: Make pressing the setting bar touch region work
might need some tweaking, but works. Change-Id: I0784cd4fe9996531da6cc275491ff3b4e83cdbcf
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index 3a14a179a6..4ccc15a14e 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -49,5 +49,8 @@ void option_talk_value(const struct settings_list *setting, int value, bool enqu
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); 51int get_setting_info_for_bar(int setting_id, int *count, int *val);
52#ifdef HAVE_TOUCHSCREEN
53void update_setting_value_from_touch(int setting_id, int selection);
54#endif
52 55
53#endif /* _GUI_OPTION_SELECT_H_ */ 56#endif /* _GUI_OPTION_SELECT_H_ */