From 68ee7aac6e7a16804ac6880cc076c43502989c92 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 6 Jul 2012 14:28:34 +1000 Subject: skin_engine: Make pressing the setting bar touch region work might need some tweaking, but works. Change-Id: I0784cd4fe9996531da6cc275491ff3b4e83cdbcf --- apps/gui/option_select.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/gui/option_select.h') 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 int option_value_as_int(const struct settings_list *setting); int get_setting_info_for_bar(int setting_id, int *count, int *val); +#ifdef HAVE_TOUCHSCREEN +void update_setting_value_from_touch(int setting_id, int selection); +#endif #endif /* _GUI_OPTION_SELECT_H_ */ -- cgit v1.2.3