1
0
Fork 0
forked from len0rd/rockbox

Fix yellow...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13188 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-04-17 00:08:58 +00:00
parent 539c513fe6
commit ded87cfcf5

View file

@ -160,7 +160,7 @@ void screen_put_iconxy(struct screen * display,
if (xpos == 0)
xpos++;
#if (LCD_DEPTH == 16) || (LCD_REMOTE_DEPTH == 16)
#if (LCD_DEPTH == 16) || defined(LCD_REMOTE_DEPTH) && (LCD_REMOTE_DEPTH == 16)
if (display->depth == 16)
draw_func = display->transparent_bitmap_part;
else