A bit mroe wps/skin engine cleanup so that the structs the wps uses can be static:
commit6ae4cb47227a5e516965ffffd4d57e3b09458d6f
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 3 Aug 2009 15:06:30 +0000 (3 15:06 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 3 Aug 2009 15:06:30 +0000 (3 15:06 +0000)
tree3be12a89b7a5377a31a46b48e672e08af36ac949
parent7eb54cdc8f00ac7072744bdd783196f4fae5238b
A bit mroe wps/skin engine cleanup so that the structs the wps uses can be static:
-add wrappers wps_data_load() and wps_data_init() so that other code doesn't need the structs for that
-change (and rename) gui_sync_wps_uses_albumart() to take points to be filled as parameter to get the AA size of a wps

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22139 a1c6a512-1295-4272-9138-f99709370657
apps/filetree.c
apps/gui/skin_engine/skin_engine.h
apps/gui/skin_engine/wps_internals.h
apps/gui/skin_engine/wps_parser.c
apps/gui/wps.c
apps/gui/wps.h
apps/menus/main_menu.c
apps/playback.c
apps/playback.h
apps/recorder/albumart.c
apps/settings.c