summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_engine.h')
-rw-r--r--apps/gui/skin_engine/skin_engine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h
index c5afe3e9f5..642f15aaad 100644
--- a/apps/gui/skin_engine/skin_engine.h
+++ b/apps/gui/skin_engine/skin_engine.h
@@ -60,4 +60,10 @@ void skin_data_init(struct wps_data *wps_data);
60 60
61/* call this in statusbar toggle handlers if needed */ 61/* call this in statusbar toggle handlers if needed */
62void skin_statusbar_changed(struct gui_wps*); 62void skin_statusbar_changed(struct gui_wps*);
63
64
65/* load a backdrop into the skin buffer.
66 * reuse buffers if the file is already loaded */
67char* skin_backdrop_load(char* backdrop, char *bmpdir, enum screen_type screen);
68void skin_backdrop_init(void);
63#endif 69#endif