diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-15 19:27:38 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-15 19:27:38 +0100 |
commit | aade06f41245e25693e560fe665de2ad33eced4e (patch) | |
tree | 2557c847a51ef04904196659d2f9ea5999306e30 /src/css.hh | |
parent | 749657865844a0aa90c09f8c1fd35fb8395b1d4b (diff) |
move CssOrigin definition to css.hh
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ typedef enum { } CssPrimaryOrder; typedef enum { + CSS_ORIGIN_USER_AGENT, + CSS_ORIGIN_USER, + CSS_ORIGIN_AUTHOR, +} CssOrigin; + +typedef enum { CSS_TYPE_INTEGER, /* This type is only used internally, for x-* properties. */ CSS_TYPE_ENUM, /* Value is i, if represented by |