diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-01-29 08:26:14 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-01-29 08:26:14 +0000 |
| commit | 03ab592c9cc6a22cb09b4e01d4b403cd68daeaa4 (patch) | |
| tree | f703155f394ef1a023d93eee77b5f690a177eb58 /apps/gui | |
| parent | ae91e8b693617b53d01725aa9d6e19db748559c4 (diff) | |
| download | rockbox-03ab592c9cc6a22cb09b4e01d4b403cd68daeaa4.zip rockbox-03ab592c9cc6a22cb09b4e01d4b403cd68daeaa4.tar.gz rockbox-03ab592c9cc6a22cb09b4e01d4b403cd68daeaa4.tar.bz2 rockbox-03ab592c9cc6a22cb09b4e01d4b403cd68daeaa4.tar.xz | |
bugger, too tired, didnt mean to commit this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24369 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/skin_engine/skin_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_buffer.c b/apps/gui/skin_engine/skin_buffer.c index 3418b07..a15ad10 100644 --- a/apps/gui/skin_engine/skin_buffer.c +++ b/apps/gui/skin_engine/skin_buffer.c @@ -55,7 +55,7 @@ #ifdef HAVE_LCD_BITMAP -#define MAIN_BUFFER ((1*LCD_HEIGHT*LCD_WIDTH*LCD_DEPTH/8) \ +#define MAIN_BUFFER ((2*LCD_HEIGHT*LCD_WIDTH*LCD_DEPTH/8) \ + (SKINNABLE_SCREENS_COUNT * LCD_BACKDROP_BYTES)) #if (NB_SCREENS > 1) |