summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 8c206053aa..8448059308 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -751,6 +751,12 @@ struct user_settings
751#ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING 751#ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING
752 int touchpad_sensitivity; 752 int touchpad_sensitivity;
753#endif 753#endif
754#ifdef HAVE_QUICKSCREEN
755 /* these are split because settings_list cant handle arrays */
756 int qs_item_left;
757 int qs_item_right;
758 int qs_item_bottom;
759#endif
754}; 760};
755 761
756/** global variables **/ 762/** global variables **/