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:
parent
539c513fe6
commit
ded87cfcf5
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ void screen_put_iconxy(struct screen * display,
|
||||||
if (xpos == 0)
|
if (xpos == 0)
|
||||||
xpos++;
|
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)
|
if (display->depth == 16)
|
||||||
draw_func = display->transparent_bitmap_part;
|
draw_func = display->transparent_bitmap_part;
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue