mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Limit exposure of skin engine internals
Drop wps_internals.h from skin_engine.h. The WPS and to a lesser extent the radio screen are too tightly integrated to drop their dependency on wps_internals.h, unfortunately. Skinned lists, for obvious reasons, also need access to the internals. Change-Id: I00a55aa423900f9ad22edccbe2fc1910af380e38
This commit is contained in:
parent
4bd97c6535
commit
c6ee9dc883
15 changed files with 157 additions and 142 deletions
|
@ -56,6 +56,7 @@
|
|||
#include "statusbar-skinned.h"
|
||||
#include "playback.h"
|
||||
#include "presets.h"
|
||||
#include "skin_engine/wps_internals.h"
|
||||
|
||||
#if CONFIG_TUNER
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "sound.h"
|
||||
#include "misc.h"
|
||||
#endif
|
||||
#include "skin_engine/wps_internals.h"
|
||||
|
||||
|
||||
char* default_radio_skin(enum screen_type screen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue