forked from len0rd/rockbox
revert r24478 and make the backdrop behaviour the same as it used to be (so when in the wps the sbs' backdrop will be fully disabled). Also changes the API back to having to manually set the current backdrop.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24565 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
499a0e6bed
commit
7e6f124d4e
6 changed files with 8 additions and 28 deletions
|
|
@ -55,9 +55,6 @@ struct scrollinfo
|
|||
int offset;
|
||||
int startx;
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#if LCD_DEPTH > 1 || (defined(HAVE_LCD_REMOTE) && LCD_REMOTE_DEPTH > 1)
|
||||
char *backdrop;
|
||||
#endif
|
||||
int width; /* length of line in pixels */
|
||||
int style; /* line style */
|
||||
#endif/* HAVE_LCD_BITMAP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue