Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend it...
commit8f9e3bb20eb7bc554f7a78322014f24cd489c331
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 14 Oct 2009 15:49:11 +0000 (14 15:49 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Wed, 14 Oct 2009 15:49:11 +0000 (14 15:49 +0000)
tree432ace6da9deb1723e65851fd86a17c621c90405
parente21f631b748ea15d7235d1a475993c9f97f89a3a
Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend it to zero most of the wps_data members.

As these are called when parsing a skin it doesn't need to be called by the wps or settings, so make it local to skin_parser.c.
Reorder the members of struct wps_data for more effecient alignment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23171 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_display.c
apps/gui/skin_engine/skin_parser.c
apps/gui/skin_engine/wps_internals.h
apps/gui/wps.c
apps/gui/wps.h
apps/settings.c