summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 320e2b0517..a7772a6937 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -740,6 +740,9 @@ struct user_settings
740 unsigned char playlist_catalog_dir[MAX_FILENAME+1]; 740 unsigned char playlist_catalog_dir[MAX_FILENAME+1];
741 bool study_mode; /* study mode enabled */ 741 bool study_mode; /* study mode enabled */
742 int study_hop_step; /* hop step in study mode, in seconds */ 742 int study_hop_step; /* hop step in study mode, in seconds */
743#ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING
744 int touchpad_sensitivity;
745#endif
743}; 746};
744 747
745/** global variables **/ 748/** global variables **/