aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css.hh b/src/css.hh
index 4c43b313..c5f755a6 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -35,6 +35,7 @@ typedef enum {
only because Dw cannot handle percentages
in this particular case (e.g.
'margin-*-width'). */
+ CSS_TYPE_SIGNED_LENGTH, /* As CSS_TYPE_LENGTH but may be negative. */
CSS_TYPE_COLOR, /* Represented as integer. */
CSS_TYPE_FONT_WEIGHT, /* this very special and only used by
'font-weight' */