rockbox/apps/radio
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
..
presets.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
presets.h Clean up naming of radio preset functions and move global radio preset methods into apps/radio/presets.h 2010-07-06 15:10:11 +00:00
radio.c Move skin global state to the WPS 2022-10-18 12:56:28 +01:00
radio.h Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. 2011-12-19 20:12:52 +00:00
radio_skin.c skin engine: Reduce scope of internal wps_data struct 2022-11-15 14:20:31 +00:00
radioart.c replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00