forked from len0rd/rockbox
hopefully get the widecabbie theme going again... temporary fix only though
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22474 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8d6ca6a1d4
commit
3aa738fe43
1 changed files with 4 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
|||
#include "buffer.h"
|
||||
#include "settings.h"
|
||||
#include "screen_access.h"
|
||||
#include "wps_internals.h"
|
||||
#include "skin_tokens.h"
|
||||
|
||||
/* skin buffer management.
|
||||
* This module is used to allocate space in a single global skin buffer for
|
||||
|
@ -61,7 +63,8 @@
|
|||
#endif
|
||||
|
||||
|
||||
#define SKIN_BUFFER_SIZE (MAIN_BUFFER + REMOTE_BUFFER)
|
||||
#define SKIN_BUFFER_SIZE (MAIN_BUFFER + REMOTE_BUFFER) + \
|
||||
(WPS_MAX_TOKENS * sizeof(struct wps_token))
|
||||
|
||||
|
||||
static unsigned char buffer[SKIN_BUFFER_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue