rockbox/apps/gui/skin_engine
Jonathan Gordon 7909bf039f (hopefully) Fix FS#12639 and other skin related buflib corruption issues.
Kudos to funman for figuring out the problem - skin_find_item() rather
stupidly uses the global skin_buffer variable in skin_parser.c which is
fine in the parser EXCEPT it gets changed in skin_render when the sbs
is being redrawn while another skin is loading, so fix this by makeing
skin_find_item() use a local data pointer so a skin_render() during
parsing won't break anything.

Change-Id: I80e1c0efe569c18225e5772159c18ebb21e07332
2012-05-16 22:33:40 +10:00
..
skin_backdrops.c Use buflib for the allocation of voice PCM resources. 2012-05-02 17:22:28 -04:00
skin_display.c fix warning 2012-02-29 00:18:56 +11:00
skin_display.h Lists can now be completly draw using the skin engine! 2011-09-06 13:49:41 +00:00
skin_engine.c Another round of making local functions static 2011-12-20 20:35:28 +00:00
skin_engine.h lcd/skin_engine: Add the ability to draw onto the backdrop layer 2012-02-28 23:03:04 +11:00
skin_parser.c (hopefully) Fix FS#12639 and other skin related buflib corruption issues. 2012-05-16 22:33:40 +10:00
skin_render.c (hopefully) Fix FS#12639 and other skin related buflib corruption issues. 2012-05-16 22:33:40 +10:00
skin_tokens.c Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL 2012-05-09 14:32:38 +02:00
skin_touchsupport.c Make DSP's replaygain independent of global_settings. 2012-04-30 22:47:37 +02:00
wps_internals.h get_image_filename() return value is never used 2012-05-06 23:00:52 -04:00