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 60658f6857..3ec5ee6207 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -460,6 +460,10 @@ struct user_settings
460 int touchpad_sensitivity; 460 int touchpad_sensitivity;
461#endif 461#endif
462 462
463#ifdef HAVE_TOUCHPAD_DEADZONE
464 int touchpad_deadzone;
465#endif
466
463 int pause_rewind; /* time in s to rewind when pausing */ 467 int pause_rewind; /* time in s to rewind when pausing */
464#ifdef HAVE_HEADPHONE_DETECTION 468#ifdef HAVE_HEADPHONE_DETECTION
465 int unplug_mode; /* pause on headphone unplug */ 469 int unplug_mode; /* pause on headphone unplug */