diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-08-03 04:43:34 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-08-03 04:43:34 +0000 |
commit | 3e7444ff8770678b563af6b3f9f6b05521cac959 (patch) | |
tree | 2cc650b7726639b51eee53d75a51515a255614a2 /apps/misc.c | |
parent | 48b7e8ca2748afbf429dc691a37cb3f6f1252246 (diff) |
part two of the grand overall wps/skinning engine cleanup work:
* rename wps_engine to skin_engine as that was agreed on
* rename music_screen back to wps
* clean up the skin display/update functions a bit
* make skin_data_load setup the hardcoded default if a skin cant be loaded for whatever reason instead of doing it when it is first displayed
ignore any gui_wps or wps_ or gwps_ nameing in skin_engine/ ... these will be renamed as this work gets finished
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22135 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
-rw-r--r-- | apps/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c index 2e7051cbd3..b091cc6a6f 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -76,7 +76,7 @@ #include "icons.h" #endif /* End HAVE_LCD_BITMAP */ #include "bookmark.h" -#include "music_screen.h" +#include "wps.h" #include "playback.h" #ifdef BOOTFILE |