diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-04-12 22:12:13 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-04-12 22:12:13 +0000 |
| commit | 47bf6c5a5ad1fd9143ab87328793b285230f74a3 (patch) | |
| tree | 5199f2225a3dfc438bb1c4c5e9906f14664dfa43 /firmware/export/button.h | |
| parent | 734278b7d1fde5e177c6842f49c16b9df8c353fa (diff) | |
| download | rockbox-47bf6c5a5ad1fd9143ab87328793b285230f74a3.zip rockbox-47bf6c5a5ad1fd9143ab87328793b285230f74a3.tar.gz rockbox-47bf6c5a5ad1fd9143ab87328793b285230f74a3.tar.bz2 rockbox-47bf6c5a5ad1fd9143ab87328793b285230f74a3.tar.xz | |
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13136 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/button.h')
| -rw-r--r-- | firmware/export/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h index ea3effc..f675824 100644 --- a/firmware/export/button.h +++ b/firmware/export/button.h @@ -33,7 +33,7 @@ void button_clear_queue(void); #ifdef HAVE_LCD_BITMAP void button_set_flip(bool flip); /* turn 180 degrees */ #endif -#if CONFIG_BACKLIGHT +#ifdef HAVE_BACKLIGHT void set_backlight_filter_keypress(bool value); #ifdef HAVE_REMOTE_LCD void set_remote_backlight_filter_keypress(bool value); |