From c3d7df723ce46d280f3e0edf558aed333a94d81f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Feb 2011 00:15:46 +0000 Subject: add system font hook svn path=/trunk/libcss/; revision=11599 --- include/libcss/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libcss/types.h') diff --git a/include/libcss/types.h b/include/libcss/types.h index 8bc65a9..d1f0d51 100644 --- a/include/libcss/types.h +++ b/include/libcss/types.h @@ -106,6 +106,8 @@ typedef struct css_select_ctx css_select_ctx; typedef struct css_computed_style css_computed_style; +typedef struct css_system_font css_system_font; + #ifdef __cplusplus } #endif -- cgit v1.2.3