mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Accept the last patch FS#10797 with a few changes by me (fixing side effects and adding the new backdrop_hide() to the multi screen api). It changes the hide_bars parameter to mean hide_theme.
This makes plugins show the menu backdrop in their backdrop so that they don't look like crap if you have an sbs and look more integrated. I've test about all plugins and all work fine. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24335 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a73a9cd4e
commit
5629d551d7
10 changed files with 45 additions and 17 deletions
|
@ -150,6 +150,7 @@ struct screen
|
|||
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);
|
||||
};
|
||||
|
||||
#if defined(HAVE_LCD_BITMAP) || defined(HAVE_REMOTE_LCD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue