summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-26 23:59:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-26 23:59:56 +0000
commit9208eb249116013db51504ff9f4be6a6afcde596 (patch)
treeaba3eac07f5936e9fdab033626f29b0c1473940b /include/libcss/types.h
parent63ad55e97d14e96bf21aaf3b3371748787d32181 (diff)
downloadlibcss-9208eb249116013db51504ff9f4be6a6afcde596.tar.gz
libcss-9208eb249116013db51504ff9f4be6a6afcde596.tar.bz2
Introduce ability to create/destroy selection contexts.
svn path=/trunk/libcss/; revision=6284
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index f095f1c..fddbc51 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -63,4 +63,8 @@ typedef struct css_string {
typedef struct css_stylesheet css_stylesheet;
+typedef struct css_select_ctx css_select_ctx;
+
+typedef struct css_computed_style css_computed_style;
+
#endif