mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
futile attempt to keep the ondioSP rombox working. This will almost certainly be the last release with it. (The backdrop API is chaning very soon after release so this is no big deal)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24340 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
27b8b73b86
commit
2565389402
8 changed files with 27 additions and 37 deletions
|
@ -147,10 +147,12 @@ struct screen
|
|||
void (*backlight_off)(void);
|
||||
bool (*is_backlight_on)(bool ignore_always_off);
|
||||
void (*backlight_set_timeout)(int index);
|
||||
#if LCD_DEPTH > 1
|
||||
bool (*backdrop_load)(enum backdrop_type bdrop, const char* filename);
|
||||
void (*backdrop_unload)(enum backdrop_type bdrop);
|
||||
void (*backdrop_show)(enum backdrop_type bdrop);
|
||||
void (*backdrop_hide)(void);
|
||||
#endif
|
||||
};
|
||||
|
||||
#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue