Move find_viewport() and find_image() to skin_parser.c where the reset of the linked...
commit02a246b0d723255166c879ccd599c5787f4a9991
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 1 Nov 2009 15:48:31 +0000 (1 15:48 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 1 Nov 2009 15:48:31 +0000 (1 15:48 +0000)
tree5aa262498e2c8b2f7e2468be6f4407a76a9a687c
parenta19472a4cd41012d7074caa4f2168f8de1667fc9
Move find_viewport() and find_image() to skin_parser.c where the reset of the linked-list handling sits. That enables removing duplicated code from checkwps. Also remove a few stubs in favor having the restart playback mechanism on albumart change #ifdef __PCTOOL__

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23465 a1c6a512-1295-4272-9138-f99709370657
apps/gui/backdrop.h
apps/gui/skin_engine/skin_display.c
apps/gui/skin_engine/skin_parser.c
tools/checkwps/checkwps.c