summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 5968083..ea1c9c4 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -15,6 +15,8 @@
#include <libcss/stylesheet.h>
#include <libcss/types.h>
+#include "parse/parse.h"
+
typedef struct css_rule css_rule;
typedef struct css_selector css_selector;
typedef struct css_style css_style;
@@ -138,6 +140,10 @@ struct css_stylesheet {
css_import_handler import; /**< Import callback */
void *import_pw; /**< Import handler data */
+ css_language_level level; /**< Language level of sheet */
+ css_parser *parser; /**< Core parser for sheet */
+ void *parser_frontend; /**< Frontend parser */
+
css_alloc alloc; /**< Allocation function */
void *pw; /**< Private word */
};