forked from len0rd/rockbox
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 |
||
|---|---|---|
| .. | ||
| presets.c | ||
| presets.h | ||
| radio.c | ||
| radio.h | ||
| radio_skin.c | ||
| radioart.c | ||