summaryrefslogtreecommitdiff
path: root/src/select/propget.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/propget.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/propget.h')
-rw-r--r--src/select/propget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/select/propget.h b/src/select/propget.h
index 40aa51a..05bdba6 100644
--- a/src/select/propget.h
+++ b/src/select/propget.h
@@ -9,6 +9,7 @@
#define css_select_propget_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? */