1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/gui/skin_engine
William Wilgus c5c17fa799 Fix display regression from c85d8e2
Basically setting a null buffer is valid but it must be selected
into a screen to initialize to the default buffer

I wrongly assumed screen type wouldn't matter but since I decided to
reference backdrops directly to the default buffer
(since they are saved as an offset from what it later assumes to be the
default framebuffer)
SCREEN_MAIN/SCREEN_REMOTE are not longer optional

Change-Id: I8a8afbbe1e3ed0bfe6abd40ce287638e9fc6da60
2020-10-28 22:55:27 -04:00
..
skin_backdrops.c Fix display regression from c85d8e2 2020-10-28 22:55:27 -04:00
skin_display.c Fix multiple potential null pointer dereferencess 2020-10-28 08:42:49 -04:00
skin_display.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
skin_engine.c LCD core move buf ptr and address look up function viewport struct 2020-10-26 12:28:48 -04:00
skin_engine.h LCD core move buf ptr and address look up function viewport struct 2020-10-26 12:28:48 -04:00
skin_parser.c fix checkwps build (introduced in a5a8e00) 2020-10-28 19:38:27 -04:00
skin_render.c Framebuffer_viewport Rewrite -- BUG FIX 2020-10-28 13:25:12 -04:00
skin_tokens.c Fix multiple potential null pointer dereferencess 2020-10-28 08:42:49 -04:00
skin_touchsupport.c Implement time-based resume and playback start. 2014-03-10 04:12:30 +01:00
wps_internals.h Framebuffer_viewport Rewrite -- BUG FIX 2020-10-28 13:25:12 -04:00