From 9208eb249116013db51504ff9f4be6a6afcde596 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 26 Jan 2009 23:59:56 +0000 Subject: Introduce ability to create/destroy selection contexts. svn path=/trunk/libcss/; revision=6284 --- include/libcss/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libcss/types.h') 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 -- cgit v1.2.3