Fix player yellows and reds. I'm not sure why viewport.c was never compiled for charcell.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-11-04 07:20:41 +00:00
parent c0635ba6c9
commit b2e64581d3
2 changed files with 3 additions and 1 deletions

View file

@ -38,7 +38,9 @@
#define BG_FALLBACK LCD_DEFAULT_BG
#endif
#ifdef HAVE_LCD_BITMAP
static void set_default_align_flags(struct viewport *vp);
#endif
/* all below isn't needed for pc tools (i.e. checkwps/wps editor)
* only viewport_parse_viewport() is */

View file

@ -1,11 +1,11 @@
../../apps/gui/skin_engine/wps_debug.c
../../apps/gui/skin_engine/skin_parser.c
../../apps/gui/skin_engine/skin_buffer.c
../../apps/gui/viewport.c
../../apps/misc.c
../../firmware/common/strlcpy.c
checkwps.c
#ifdef HAVE_LCD_BITMAP
../../apps/recorder/bmp.c
../../apps/gui/viewport.c
#endif