summaryrefslogtreecommitdiff
path: root/src/select/propset.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-12 15:55:49 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-03-12 15:55:49 +0000
commitfeb0de14741e709472952abf5f7101a28a377c07 (patch)
tree2d8c7a618716ac23953539bad8cd592ebeba6ad3 /src/select/propset.h
parentfe8a7ed296219875b5a6630a79f4cf6f2020ea35 (diff)
downloadlibcss-feb0de14741e709472952abf5f7101a28a377c07.tar.gz
libcss-feb0de14741e709472952abf5f7101a28a377c07.tar.bz2
Hide the CSS computed style itself. Only expose a few simple structures which we can keep sane. All property accessors are thus hidden behind a link symbol for ABI safety
svn path=/trunk/libcss/; revision=11969
Diffstat (limited to 'src/select/propset.h')
-rw-r--r--src/select/propset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/select/propset.h b/src/select/propset.h
index 766f30d..2cf7895 100644
--- a/src/select/propset.h
+++ b/src/select/propset.h
@@ -11,6 +11,7 @@
#include <string.h>
#include <libcss/computed.h>
+#include "computed.h"
/* Important: keep this file in sync with computed.h */
/** \todo Is there a better way to ensure this happens? */