summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_engine.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-10-02 21:05:32 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-10-18 12:56:28 +0100
commit14fbefdf390d397a13b31e2b58b4615d794ff709 (patch)
tree6718352d2d32505f6782c26348edec739aeaa0f9 /apps/gui/skin_engine/skin_engine.h
parent13da1ba785b1f06bacae06da422ac2cf2ea5eb76 (diff)
downloadrockbox-14fbefdf390d397a13b31e2b58b4615d794ff709.tar.gz
rockbox-14fbefdf390d397a13b31e2b58b4615d794ff709.zip
Move skin global state to the WPS
This state is actually specific to the WPS and it makes more sense to put it there. Change-Id: I5dfee237fdcbae944806501ff3127a930820d68a
Diffstat (limited to 'apps/gui/skin_engine/skin_engine.h')
-rw-r--r--apps/gui/skin_engine/skin_engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h
index d7efb5b888..a685f4f072 100644
--- a/apps/gui/skin_engine/skin_engine.h
+++ b/apps/gui/skin_engine/skin_engine.h
@@ -85,7 +85,6 @@ int skin_wait_for_action(enum skinnable_screens skin, int context, int timeout);
85void skin_load(enum skinnable_screens skin, enum screen_type screen, 85void skin_load(enum skinnable_screens skin, enum screen_type screen,
86 const char *buf, bool isfile); 86 const char *buf, bool isfile);
87struct gui_wps *skin_get_gwps(enum skinnable_screens skin, enum screen_type screen); 87struct gui_wps *skin_get_gwps(enum skinnable_screens skin, enum screen_type screen);
88struct wps_state *skin_get_global_state(void);
89void gui_sync_skin_init(void); 88void gui_sync_skin_init(void);
90 89
91void skin_unload_all(void); 90void skin_unload_all(void);