From 3e7444ff8770678b563af6b3f9f6b05521cac959 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 3 Aug 2009 04:43:34 +0000 Subject: 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 --- apps/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 2cf9ce7175..d0fba3fcce 100644 --- a/apps/main.c +++ b/apps/main.c @@ -52,7 +52,7 @@ #include "sprintf.h" #include "font.h" #include "language.h" -#include "music_screen.h" +#include "wps.h" #include "playlist.h" #include "buffer.h" #include "rolo.h" -- cgit v1.2.3