summaryrefslogtreecommitdiffstats
path: root/firmware/export/scroll_engine.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-02-08 09:38:03 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-02-08 09:38:03 +0000
commit7e6f124d4e155c4a9672c9797a324305f047466a (patch)
treeeebabf83ca85e88e183500a465d3901e4e3f25c0 /firmware/export/scroll_engine.h
parent499a0e6bed2b9e56df8b008957a549761d054dca (diff)
downloadrockbox-7e6f124d4e155c4a9672c9797a324305f047466a.tar.gz
rockbox-7e6f124d4e155c4a9672c9797a324305f047466a.zip
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index 838926af57..0fcb06af81 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 */