summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-14 19:23:34 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-14 19:23:34 +0000
commit0570497e3a17563e193e172961ef963e6068df4e (patch)
tree2bfd3300b2e03fdf81c2dca2ee56b4666caafd80 /apps/settings.h
parentb42ac1dc4dc389de56fa299dc2c2bfcf2686c435 (diff)
downloadrockbox-0570497e3a17563e193e172961ef963e6068df4e.tar.gz
rockbox-0570497e3a17563e193e172961ef963e6068df4e.zip
Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1741 a1c6a512-1295-4272-9138-f99709370657
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 6175ef942d..115aab0f74 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -69,6 +69,9 @@ struct user_settings
69 69
70 /* geeky persistent statistics */ 70 /* geeky persistent statistics */
71 unsigned int total_uptime; /* total uptime since rockbox was first booted */ 71 unsigned int total_uptime; /* total uptime since rockbox was first booted */
72
73 /* FF/Rewind step size (in seconds) */
74 int ff_rewind;
72}; 75};
73 76
74/* prototypes */ 77/* prototypes */
@@ -112,5 +115,6 @@ extern struct user_settings global_settings;
112#define DEFAULT_POWEROFF_SETTING 0 115#define DEFAULT_POWEROFF_SETTING 0
113#define DEFAULT_BACKLIGHT_SETTING 5 116#define DEFAULT_BACKLIGHT_SETTING 5
114#define DEFAULT_WPS_DISPLAY 0 117#define DEFAULT_WPS_DISPLAY 0
118#define DEFAULT_FF_REWIND_SETTING 2
115 119
116#endif /* __SETTINGS_H__ */ 120#endif /* __SETTINGS_H__ */