summaryrefslogtreecommitdiffstats
path: root/lib/skin_parser/tag_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/tag_table.h')
-rw-r--r--lib/skin_parser/tag_table.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/skin_parser/tag_table.h b/lib/skin_parser/tag_table.h
index f16709d133..a7ac164e10 100644
--- a/lib/skin_parser/tag_table.h
+++ b/lib/skin_parser/tag_table.h
@@ -29,9 +29,8 @@ extern "C"
#define MAX_TAG_PARAMS 12
-
- /* Flag to tell the renderer not to insert a line break */
-#define NOBREAK 0x1
+#define NOBREAK 0x1 /* Flag to tell the renderer not to insert a line break */
+#define FEATURE_TAG 0x2 /* Parse time conditional for feature checks (e.g HAVE_RTC) */
/* constants used in line_type and as refresh_mode for wps_refresh */
#define SKIN_REFRESH_SHIFT 16
@@ -214,6 +213,8 @@ enum skin_token_type {
SKIN_TOKEN_BUTTON_VOLUME,
SKIN_TOKEN_LASTTOUCH,
SKIN_TOKEN_TOUCHREGION,
+ SKIN_TOKEN_HAVE_TOUCH,
+
/* Virtual LED */
SKIN_TOKEN_VLED_HDD,
/* Volume level */