forked from len0rd/rockbox
Make the transparent bitmaps work on Gigabeat S.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17118 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e50202c5c4
commit
595d0659d4
2 changed files with 13 additions and 12 deletions
|
|
@ -68,7 +68,7 @@ static struct viewport default_vp =
|
|||
|
||||
/* The Gigabeat target build requires access to the current fg_pattern
|
||||
in lcd-meg-fx.c */
|
||||
#if !defined(TOSHIBA_GIGABEAT_F) || defined(SIMULATOR)
|
||||
#if (!defined(TOSHIBA_GIGABEAT_F)&& !defined(TOSHIBA_GIGABEAT_S)) || defined(SIMULATOR)
|
||||
static struct viewport* current_vp IDATA_ATTR = &default_vp;
|
||||
#else
|
||||
struct viewport* current_vp IDATA_ATTR = &default_vp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue