summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index eabe5825e7..4053603b63 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -38,7 +38,7 @@ bool option_screen(const struct settings_list *setting,
38void option_select_next_val(const struct settings_list *setting, 38void option_select_next_val(const struct settings_list *setting,
39 bool previous, bool apply); 39 bool previous, bool apply);
40#endif 40#endif
41const char *option_get_valuestring(const struct settings_list *setting, 41const char *option_get_valuestring(const struct settings_list *setting,
42 char *buffer, int buf_len, 42 char *buffer, int buf_len,
43 intptr_t temp_var); 43 intptr_t temp_var);
44void option_talk_value(const struct settings_list *setting, int value, bool enqueue); 44void option_talk_value(const struct settings_list *setting, int value, bool enqueue);
@@ -46,9 +46,9 @@ void option_talk_value(const struct settings_list *setting, int value, bool enqu
46/* only use this for int and bool settings */ 46/* only use this for int and bool settings */
47int option_value_as_int(const struct settings_list *setting); 47int option_value_as_int(const struct settings_list *setting);
48 48
49int get_setting_info_for_bar(const struct settings_list *setting, int *count, int *val); 49int get_setting_info_for_bar(const struct settings_list *setting, int offset, int *count, int *val);
50#ifdef HAVE_TOUCHSCREEN 50#ifdef HAVE_TOUCHSCREEN
51void update_setting_value_from_touch(const struct settings_list *setting, int selection); 51void update_setting_value_from_touch(const struct settings_list *setting, int offset, int selection);
52#endif 52#endif
53 53
54#endif /* _GUI_OPTION_SELECT_H_ */ 54#endif /* _GUI_OPTION_SELECT_H_ */