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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/gui/skin_engine/skin_engine.h b/apps/gui/skin_engine/skin_engine.h
index 704a7851c2..f095f53470 100644
--- a/apps/gui/skin_engine/skin_engine.h
+++ b/apps/gui/skin_engine/skin_engine.h
@@ -42,9 +42,8 @@ bool skin_update(struct gui_wps *gwps, unsigned int update_type);
42 * setup up the skin-data from a format-buffer (isfile = false) 42 * setup up the skin-data from a format-buffer (isfile = false)
43 * or from a skinfile (isfile = true) 43 * or from a skinfile (isfile = true)
44 */ 44 */
45bool skin_data_load(struct wps_data *wps_data, 45bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
46 const char *buf, 46 const char *buf, bool isfile);
47 bool isfile);
48 47
49 48
50/* initial setup of wps_data */ 49/* initial setup of wps_data */