summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-07-27 07:21:05 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-07-27 07:21:05 +0000
commit5e5fc64cb2e74024e15cb33eab6b832610c2a60b (patch)
tree915ce63e39060b2f7223d60d730ce8f8fa2cf67f /apps/SOURCES
parent4e16015427287381e4ef826a61118408c96658f0 (diff)
downloadrockbox-5e5fc64cb2e74024e15cb33eab6b832610c2a60b.tar.gz
rockbox-5e5fc64cb2e74024e15cb33eab6b832610c2a60b.zip
Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better)
No real code changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22062 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES11
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 8166dbe4e2..e1d85a75f0 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -60,8 +60,6 @@ screen_access.c
60#ifdef HAVE_BUTTONBAR 60#ifdef HAVE_BUTTONBAR
61gui/buttonbar.c 61gui/buttonbar.c
62#endif 62#endif
63gui/gwps.c
64gui/gwps-common.c
65#ifdef HAVE_LCD_BITMAP 63#ifdef HAVE_LCD_BITMAP
66gui/icon.c 64gui/icon.c
67#endif 65#endif
@@ -78,14 +76,19 @@ gui/pitchscreen.c
78#ifdef HAVE_QUICKSCREEN 76#ifdef HAVE_QUICKSCREEN
79gui/quickscreen.c 77gui/quickscreen.c
80#endif 78#endif
79
80gui/music_screen.c
81gui/scrollbar.c 81gui/scrollbar.c
82gui/splash.c 82gui/splash.c
83gui/statusbar.c 83gui/statusbar.c
84gui/yesno.c 84gui/yesno.c
85gui/wps_debug.c
86gui/wps_parser.c
87gui/viewport.c 85gui/viewport.c
88 86
87gui/wps_engine/wps_debug.c
88gui/wps_engine/wps_display.c
89gui/wps_engine/wps_parser.c
90gui/wps_engine/wps_tokens.c
91
89#if (LCD_DEPTH > 1) || (defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1)) 92#if (LCD_DEPTH > 1) || (defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1))
90gui/backdrop.c 93gui/backdrop.c
91#endif 94#endif