aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-30 18:16:02 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-30 18:16:02 +0100
commitdb1163685554d20d9858cbb748218f0d9bbfb4f2 (patch)
tree8d764df20cdb7ab5ee5481661fb4942714fbb65c /src
parent8d4ea27d076aca880c1aa41f9a374d042aad1fc3 (diff)
add x_* properties
Diffstat (limited to 'src')
-rw-r--r--src/css.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/css.hh b/src/css.hh
index 35a1499a..1cd11629 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -20,6 +20,8 @@ class CssProperty {
dw::core::style::WhiteSpace whiteSpace;
const char *name; /* used for font family */
int size;
+ int x_link;
+ int x_img;
} Value;
typedef enum {
@@ -106,6 +108,9 @@ class CssProperty {
CSS_PROPERTY_X_LINK,
CSS_PROPERTY_X_COLSPAN,
CSS_PROPERTY_X_ROWSPAN,
+ PROPERTY_X_LINK,
+ PROPERTY_X_IMG,
+ PROPERTY_X_TOOLTIP,
CSS_PROPERTY_LAST
} Name;