diff options
Diffstat (limited to 'apps')
-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 6d6a1ae179..57b80f1672 100644 --- a/apps/gui/skin_engine/skin_buffer.c +++ b/apps/gui/skin_engine/skin_buffer.c | |||
@@ -59,7 +59,7 @@ | |||
59 | + (SKINNABLE_SCREENS_COUNT * LCD_BACKDROP_BYTES)) | 59 | + (SKINNABLE_SCREENS_COUNT * LCD_BACKDROP_BYTES)) |
60 | 60 | ||
61 | #if (NB_SCREENS > 1) | 61 | #if (NB_SCREENS > 1) |
62 | #define REMOTE_BUFFER (2*REMOTE_LCD_BACKDROP_BYTES) \ | 62 | #define REMOTE_BUFFER ((2*REMOTE_LCD_BACKDROP_BYTES) \ |
63 | + (SKINNABLE_SCREENS_COUNT * REMOTE_LCD_BACKDROP_BYTES)) | 63 | + (SKINNABLE_SCREENS_COUNT * REMOTE_LCD_BACKDROP_BYTES)) |
64 | #else | 64 | #else |
65 | #define REMOTE_BUFFER 0 | 65 | #define REMOTE_BUFFER 0 |