summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.h')
-rw-r--r--apps/gui/skin_engine/skin_tokens.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.h b/apps/gui/skin_engine/skin_tokens.h
index 25acfdacef..5778f95808 100644
--- a/apps/gui/skin_engine/skin_tokens.h
+++ b/apps/gui/skin_engine/skin_tokens.h
@@ -54,6 +54,7 @@ enum wps_token_type {
54 54
55 /* Viewport display */ 55 /* Viewport display */
56 WPS_VIEWPORT_ENABLE, 56 WPS_VIEWPORT_ENABLE,
57 WPS_VIEWPORT_CUSTOMLIST,
57 58
58 /* Battery */ 59 /* Battery */
59 TOKEN_MARKER_BATTERY, 60 TOKEN_MARKER_BATTERY,
@@ -237,6 +238,7 @@ struct skin_token_list {
237 struct skin_token_list *next; 238 struct skin_token_list *next;
238}; 239};
239 240
241char* get_dir(char* buf, int buf_size, const char* path, int level);
240 242
241#endif 243#endif
242 244