summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index c376a46dea..dfd3998d83 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -726,6 +726,10 @@ struct user_settings
726 bool speaker_enabled; 726 bool speaker_enabled;
727#endif 727#endif
728 728
729#ifdef HAVE_TOUCHSCREEN
730 int touch_mode;
731#endif
732
729 /* If values are just added to the end, no need to bump plugin API 733 /* If values are just added to the end, no need to bump plugin API
730 version. */ 734 version. */
731 /* new stuff to be added at the end */ 735 /* new stuff to be added at the end */