summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorEric Linenberg <elinenbe@umich.edu>2002-08-29 04:50:39 +0000
committerEric Linenberg <elinenbe@umich.edu>2002-08-29 04:50:39 +0000
commitde14e53c669adc033691da5c2f32825f3418f7d5 (patch)
tree78fbf5497f57b48a4cb4913c03ff7b744b8f4aaa /apps/settings.h
parent65240761fbcee1274836b74295c10247ca3d8ceb (diff)
downloadrockbox-de14e53c669adc033691da5c2f32825f3418f7d5.tar.gz
rockbox-de14e53c669adc033691da5c2f32825f3418f7d5.zip
update to the ff/rw options accelerate options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2045 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b67af46bd7..831a70a3bc 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -63,7 +63,6 @@ struct user_settings
63 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */ 63 bool sort_case; /* dir sort order: 0=case insensitive, 1=sensitive */
64 int scroll_speed; /* long texts scrolling speed: 1-20 */ 64 int scroll_speed; /* long texts scrolling speed: 1-20 */
65 bool playlist_shuffle; 65 bool playlist_shuffle;
66 int ff_rewind; /* FF/Rewind step size (in seconds) */
67 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 66 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
68 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 67 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
69 68
@@ -115,7 +114,6 @@ extern struct user_settings global_settings;
115#define DEFAULT_POWEROFF_SETTING 0 114#define DEFAULT_POWEROFF_SETTING 0
116#define DEFAULT_BACKLIGHT_SETTING 5 115#define DEFAULT_BACKLIGHT_SETTING 5
117#define DEFAULT_WPS_DISPLAY 0 116#define DEFAULT_WPS_DISPLAY 0
118#define DEFAULT_FF_REWIND_SETTING 2
119#define DEFAULT_FF_REWIND_ACCEL_SETTING 3 117#define DEFAULT_FF_REWIND_ACCEL_SETTING 3
120 118
121#endif /* __SETTINGS_H__ */ 119#endif /* __SETTINGS_H__ */