move the statically allocated tokens array into the skin buffer. this is done with...
commit781e7732318f02c557d887099c982ffee786546d
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 19 Aug 2009 04:19:08 +0000 (19 04:19 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 19 Aug 2009 04:19:08 +0000 (19 04:19 +0000)
treea6591d8d0d148fa482c4379cde000e90b5ed416d
parentc8ede67ad6aeb552a78ecefce983de0b39d48baf
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.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22418 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_buffer.c
apps/gui/skin_engine/skin_buffer.h
apps/gui/skin_engine/skin_parser.c
apps/gui/skin_engine/wps_internals.h