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 8c20605..8448059 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -751,6 +751,12 @@ struct user_settings
#ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING
int touchpad_sensitivity;
#endif
+#ifdef HAVE_QUICKSCREEN
+ /* these are split because settings_list cant handle arrays */
+ int qs_item_left;
+ int qs_item_right;
+ int qs_item_bottom;
+#endif
};
/** global variables **/