diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-11-18 17:04:46 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-11-18 17:04:46 +0000 |
| commit | bcde33b60b50e047e46375f81a9a60d8f35560a2 (patch) | |
| tree | 29fd2d48e66ced85fca596b143833638973d5d47 /apps/settings.h | |
| parent | fedc7dc0c94199aaad4751229718167e621eb5cd (diff) | |
| download | rockbox-bcde33b60b50e047e46375f81a9a60d8f35560a2.zip rockbox-bcde33b60b50e047e46375f81a9a60d8f35560a2.tar.gz rockbox-bcde33b60b50e047e46375f81a9a60d8f35560a2.tar.bz2 rockbox-bcde33b60b50e047e46375f81a9a60d8f35560a2.tar.xz | |
include members for backlight timeout for all targets in settings struct as we assume they are present in some places
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15666 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h index 07b2286..e422bb2 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -391,12 +391,11 @@ struct user_settings int cursor_style; /* style of the selection cursor */ bool flip_display; /* turn display (and button layout) by 180 degrees */ int poweroff; /* power off timer */ -#ifdef HAVE_BACKLIGHT int backlight_timeout; /* backlight off timeout: 0-18 0=never, 1=always, then according to timeout_values[] */ int backlight_timeout_plugged; -#endif + #ifdef HAVE_BACKLIGHT_PWM_FADING int backlight_fade_in; /* backlight fade in timing: 0..3 */ int backlight_fade_out; /* backlight fade in timing: 0..7 */ |