diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-02-08 09:38:03 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-02-08 09:38:03 +0000 |
| commit | 7e6f124d4e155c4a9672c9797a324305f047466a (patch) | |
| tree | eebabf83ca85e88e183500a465d3901e4e3f25c0 /firmware/export/scroll_engine.h | |
| parent | 499a0e6bed2b9e56df8b008957a549761d054dca (diff) | |
| download | rockbox-7e6f124d4e155c4a9672c9797a324305f047466a.zip rockbox-7e6f124d4e155c4a9672c9797a324305f047466a.tar.gz rockbox-7e6f124d4e155c4a9672c9797a324305f047466a.tar.bz2 rockbox-7e6f124d4e155c4a9672c9797a324305f047466a.tar.xz | |
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
Diffstat (limited to 'firmware/export/scroll_engine.h')
| -rw-r--r-- | firmware/export/scroll_engine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h index 838926a..0fcb06a 100644 --- a/firmware/export/scroll_engine.h +++ b/firmware/export/scroll_engine.h @@ -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 */ |