summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 0d22bea9..3f961598 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -301,6 +301,14 @@ enum stk_icon_qualifier {
STK_ICON_QUALIFIER_TYPE_NON_SELF_EXPLANATORY = 0x01
};
+enum stk_browser_id {
+ STK_BROWSER_ID_DEFAULT = 0x00,
+ STK_BROWSER_ID_WML = 0x01,
+ STK_BROWSER_ID_HTML = 0x02,
+ STK_BROWSER_ID_XHTML = 0x03,
+ STK_BROWSER_ID_CHTML = 0x04
+};
+
/* For data object that only has a byte array with undetermined length */
struct stk_common_byte_array {
unsigned char *array;