1
0
Fork 0
forked from len0rd/rockbox

fix charcell yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23509 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-11-04 05:27:37 +00:00
parent c812614a1d
commit dd1063d67c

View file

@ -180,8 +180,8 @@ void viewport_set_defaults(struct viewport *vp,
*vp = *user_setting; *vp = *user_setting;
/* have neither so its fullscreen which was fixed at the beginning */ /* have neither so its fullscreen which was fixed at the beginning */
else else
viewport_set_fullscreen(vp, screen);
#endif /* HAVE_LCD_BITMAP */ #endif /* HAVE_LCD_BITMAP */
viewport_set_fullscreen(vp, screen);
} }
void viewportmanager_init(void) void viewportmanager_init(void)