rockbox/apps/gui/skin_engine
Aidan MacDonald 73b1e30bb0 skin engine: Reduce scope of internal wps_data struct
A bunch of public API calls take a wps_data struct argument,
but that's an internal type that doesn't have a direct getter.
Instead the skin engine provides a gui_wps struct as a way
to refer to a particular skin instance. Use that instead of
wps_data in the public API.

Change-Id: I13e1aa8df7f08ccfb789bb728d493ac8d7de1a9b
2022-11-15 14:20:31 +00:00
..
skin_backdrops.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
skin_display.c skin engine: Reduce scope of internal wps_data struct 2022-11-15 14:20:31 +00:00
skin_display.h Fix red for !HAVE_ALBUMART targets (c6ee9dc883) 2022-10-17 15:20:19 +01: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 replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
skin_render.c skin engine: Remove unused viewport_change flag in skin rendering 2022-11-10 06:37:41 -05:00
skin_tokens.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
skin_touchsupport.c skin engine: Reduce scope of internal wps_data struct 2022-11-15 14:20:31 +00:00
wps_internals.h skin engine: Reduce scope of internal wps_data struct 2022-11-15 14:20:31 +00:00