1
0
Fork 0
forked from len0rd/rockbox

Use the right type for the remote logo. Thanks to amiconn for spotting and explaining on IRC.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16191 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2008-01-31 20:42:28 +00:00
parent 0750d3c75b
commit 2dd3ea0b5d

View file

@ -32,7 +32,7 @@ PLUGIN_HEADER
#define REMOTE_LOGO_WIDTH 91 #define REMOTE_LOGO_WIDTH 91
#define REMOTE_LOGO_HEIGHT 32 #define REMOTE_LOGO_HEIGHT 32
#define REMOTE_LOGO remote_rockboxlogo #define REMOTE_LOGO remote_rockboxlogo
extern const fb_data remote_rockboxlogo[]; extern const fb_remote_data remote_rockboxlogo[];
#endif /* HAVE_REMOTE_LCD */ #endif /* HAVE_REMOTE_LCD */
#if LCD_DEPTH == 16 #if LCD_DEPTH == 16