1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/gui/skin_engine
Thomas Martitz 0f0d9064c5 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
2009-10-14 15:49:11 +00:00
..
skin_buffer.c Remove some trailing whitespaces in in the skin engine files. 2009-09-13 12:24:14 +00:00
skin_buffer.h move the statically allocated tokens array into the skin buffer. this is done with a little bit of magic with the buffer... explanation in the comments but breifly, tokens + images are stored at the front of the buffer, everything else (constant sizes) are stored at the back, the 2 ends meet when the buffer is full. 2009-08-19 04:19:08 +00:00
skin_display.c Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend it to zero most of the wps_data members. 2009-10-14 15:49:11 +00:00
skin_engine.h Fix skin engine calling wps code to draw the statusbars (add a pointer to viewportmanager-suitable statusbar values, which are the same for all screens), and re-arrange statusbar related code slightly. No functional change. 2009-08-26 00:06:27 +00:00
skin_parser.c Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend it to zero most of the wps_data members. 2009-10-14 15:49:11 +00:00
skin_tokens.c redraw the AA much less frequently to save bettery life and also let skins draw over the AA... 2009-10-05 01:01:07 +00:00
skin_tokens.h new skin tag: %Sx|<english>| will display the current languages translation of the "<english>" string. 2009-09-26 00:58:32 +00:00
wps_debug.c new skin tag: %Sx|<english>| will display the current languages translation of the "<english>" string. 2009-09-26 00:58:32 +00:00
wps_internals.h Remove wps_reset(), and rename skin_data_init to skin_data_reset() and extend it to zero most of the wps_data members. 2009-10-14 15:49:11 +00:00