1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2009-07-27 07:21:05 +00:00
parent 4e16015427
commit 5e5fc64cb2
21 changed files with 1672 additions and 1021 deletions

View file

@ -33,7 +33,6 @@
#include "filetypes.h"
#include "talk.h"
#include "playlist.h"
#include "gwps.h"
#include "lang.h"
#include "language.h"
#include "screens.h"
@ -52,7 +51,7 @@
#if CONFIG_TUNER
#include "radio.h"
#endif
#include "wps_engine/wps_internals.h" /* FIXME: REMOVE ME */
#include "backdrop.h"
static int compare_sort_dir; /* qsort key for sorting directories */