1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/gui/skin_engine
Christian Soffke 35f9a5b415 Skin Engine: Fix loading images with same file name
Looks like this was a regression introduced in 01cbb79.
The duplicate img uses an existing buflib handle for
the data, but still didn't have access to the dimensions
from the bitmap struct.

Test case: DancePuffDuo theme for Sansa E200. Only one
dancepuff was displayed. Thank you to goatikins for
reporting the issue.

Change-Id: I32c3ebd1f00738f7db52e7a66f98c4ab3489ee4a
2023-11-18 10:29:47 -05:00
..
skin_backdrops.c Remove buflib allocation names, part two 2023-01-13 10:32:54 +00:00
skin_display.c Use perceptual volume scale for volume bars 2023-01-22 22:10:46 +00:00
skin_display.h skin engine: Remove progressbar viewport field 2022-11-23 09:44:23 -05:00
skin_engine.c Move skin global state to the WPS 2022-10-18 12:56:28 +01:00
skin_engine.h skin engine: Reduce scope of internal wps_data struct 2022-11-15 14:20:31 +00:00
skin_parser.c Skin Engine: Fix loading images with same file name 2023-11-18 10:29:47 -05:00
skin_render.c skin engine: Remove viewport_colour viewport field 2022-11-23 10:06:16 -05:00
skin_tokens.c skin engine: Settings ID to pointer conversions 2022-12-04 11:19:57 -05:00
skin_touchsupport.c settings: Remove setting ID return from find_setting() 2022-12-17 13:36:38 +00:00
wps_internals.h Skin Engine: Enable dithering for images drawn onto backdrop layer 2023-06-09 03:15:10 +02:00