From 5e5fc64cb2e74024e15cb33eab6b832610c2a60b Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 27 Jul 2009 07:21:05 +0000 Subject: 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 --- apps/SOURCES | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'apps/SOURCES') 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 #ifdef HAVE_BUTTONBAR gui/buttonbar.c #endif -gui/gwps.c -gui/gwps-common.c #ifdef HAVE_LCD_BITMAP gui/icon.c #endif @@ -78,14 +76,19 @@ gui/pitchscreen.c #ifdef HAVE_QUICKSCREEN gui/quickscreen.c #endif + +gui/music_screen.c gui/scrollbar.c gui/splash.c gui/statusbar.c gui/yesno.c -gui/wps_debug.c -gui/wps_parser.c gui/viewport.c +gui/wps_engine/wps_debug.c +gui/wps_engine/wps_display.c +gui/wps_engine/wps_parser.c +gui/wps_engine/wps_tokens.c + #if (LCD_DEPTH > 1) || (defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_DEPTH > 1)) gui/backdrop.c #endif -- cgit v1.2.3