fixed yellow, forgot to increase the plugin API version

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2007-07-25 10:08:51 +00:00
parent ac017781e0
commit a55a436993
3 changed files with 9 additions and 5 deletions

View file

@ -52,7 +52,7 @@ static unsigned long char_patterns[NB_SLOTS];
#endif
struct jackpot_picture{
const fb_data* data;
const void* data;
int width;
int height;
};