Start of some apps/ and wps cleanup work... Move everything related to the actual...
commit68ba58d42a0e381565d1a070672ffc670e10885d
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Jul 2009 07:21:05 +0000 (27 07:21 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Jul 2009 07:21:05 +0000 (27 07:21 +0000)
tree915ce63e39060b2f7223d60d730ce8f8fa2cf67f
parente99c825c5d8adfb4ae828f2e4b360f03e2db1fae
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
21 files changed:
apps/SOURCES
apps/filetree.c
apps/gui/music_screen.c [moved from apps/gui/gwps.c with 80% similarity]
apps/gui/music_screen.h [copied from apps/gui/gwps-common.h with 59% similarity]
apps/gui/wps_engine/gwps.h [copied from apps/gui/gwps.h with 100% similarity]
apps/gui/wps_engine/wps_debug.c [moved from apps/gui/wps_debug.c with 99% similarity]
apps/gui/wps_engine/wps_display.c [moved from apps/gui/gwps-common.c with 55% similarity]
apps/gui/wps_engine/wps_engine.h [moved from apps/gui/gwps-common.h with 58% similarity]
apps/gui/wps_engine/wps_internals.h [moved from apps/gui/gwps.h with 94% similarity]
apps/gui/wps_engine/wps_parser.c [moved from apps/gui/wps_parser.c with 99% similarity]
apps/gui/wps_engine/wps_tokens.c [new file with mode: 0644]
apps/iap.c
apps/main.c
apps/menu.c
apps/menus/main_menu.c
apps/misc.c
apps/recorder/albumart.c
apps/recorder/albumart.h
apps/root_menu.c
apps/settings.c
apps/tree.c