summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-02-02 00:15:46 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-02-02 00:15:46 +0000
commitc3d7df723ce46d280f3e0edf558aed333a94d81f (patch)
tree783f7d1944ab4e80cfc1ed7964fe84333b38e206 /include/libcss/types.h
parentf47faa2c143853fd7e4c2804527ddc810fe2dada (diff)
downloadlibcss-c3d7df723ce46d280f3e0edf558aed333a94d81f.tar.gz
libcss-c3d7df723ce46d280f3e0edf558aed333a94d81f.tar.bz2
add system font hook
svn path=/trunk/libcss/; revision=11599
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h2
1 files changed, 2 insertions, 0 deletions
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