diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-07-29 12:37:48 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-07-29 12:37:48 +0000 |
| commit | 2d31d77a8ba231cb03ec35863c4c4ce2024f6509 (patch) | |
| tree | b85ca1bede3e83695619064ee9a323f0a8da1865 /apps/SOURCES | |
| parent | e436483b66a931fef6436e9cd3e69eb2b3ff1f7b (diff) | |
| download | rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.zip rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.gz rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.bz2 rockbox-2d31d77a8ba231cb03ec35863c4c4ce2024f6509.tar.xz | |
FS#11470 - new skin code, finally svn uses the new parser from the theme editor. This means that a skin that passes the editor WILL pass svn and checkwps (unless the target runs out of skin buffer or something.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27613 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 181c780..d15ba5b 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -94,13 +94,12 @@ gui/yesno.c gui/viewport.c gui/skin_engine/skin_backdrops.c -gui/skin_engine/skin_buffer.c -gui/skin_engine/wps_debug.c gui/skin_engine/skin_display.c #ifdef HAVE_LCD_BITMAP gui/skin_engine/skin_fonts.c #endif gui/skin_engine/skin_parser.c +gui/skin_engine/skin_render.c gui/skin_engine/skin_tokens.c #ifdef HAVE_TOUCHSCREEN gui/skin_engine/skin_touchsupport.c |