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, 2 insertions, 4 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b17643b982..3971d41b7b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -23,6 +23,8 @@
23#include <stdbool.h> 23#include <stdbool.h>
24#include "file.h" 24#include "file.h"
25 25
26#define ROCKBOX_DIR "/.rockbox"
27
26/* data structures */ 28/* data structures */
27 29
28#define RESUME_OFF 0 30#define RESUME_OFF 0
@@ -66,9 +68,6 @@ struct user_settings
66 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 68 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
67 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 69 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
68 70
69 /* while playing screen settings */
70 int wps_display; /* 0=id3, 1=file, 2=parse */
71
72 /* show status bar */ 71 /* show status bar */
73 bool statusbar; /* 0=hide, 1=show */ 72 bool statusbar; /* 0=hide, 1=show */
74 73
@@ -119,7 +118,6 @@ extern char rockboxdir[];
119#define MIN_CONTRAST_SETTING 5 118#define MIN_CONTRAST_SETTING 5
120#define DEFAULT_POWEROFF_SETTING 0 119#define DEFAULT_POWEROFF_SETTING 0
121#define DEFAULT_BACKLIGHT_SETTING 5 120#define DEFAULT_BACKLIGHT_SETTING 5
122#define DEFAULT_WPS_DISPLAY 0
123#define DEFAULT_FF_REWIND_ACCEL_SETTING 3 121#define DEFAULT_FF_REWIND_ACCEL_SETTING 3
124 122
125#endif /* __SETTINGS_H__ */ 123#endif /* __SETTINGS_H__ */