summaryrefslogtreecommitdiff
path: root/css/select.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-03-24 18:48:14 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-03-24 18:48:14 +0000
commit1688080e045cbaa1c26b8a3b70a3171abb808c72 (patch)
tree22c2a6fc79f4583bbefcc201c2f834c52f995c23 /css/select.h
parent682eba9a562a20fc7f4190a6417aad112b841e8a (diff)
downloadnetsurf-1688080e045cbaa1c26b8a3b70a3171abb808c72.tar.gz
netsurf-1688080e045cbaa1c26b8a3b70a3171abb808c72.tar.bz2
Beginnings of fixed up selection binding
svn path=/trunk/netsurf/; revision=13609
Diffstat (limited to 'css/select.h')
-rw-r--r--css/select.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/select.h b/css/select.h
index 2fcaa9186..b28a670ed 100644
--- a/css/select.h
+++ b/css/select.h
@@ -21,7 +21,7 @@
#include <stdint.h>
-#include <libxml/tree.h>
+#include <dom/dom.h>
#include "css/css.h"
#include "utils/nsurl.h"
@@ -43,7 +43,7 @@ css_stylesheet *nscss_create_inline_style(const uint8_t *data, size_t len,
const char *charset, const char *url, bool allow_quirks,
css_allocator_fn alloc, void *pw);
-css_select_results *nscss_get_style(nscss_select_ctx *ctx, xmlNode *n,
+css_select_results *nscss_get_style(nscss_select_ctx *ctx, dom_node *n,
uint64_t media, const css_stylesheet *inline_style,
css_allocator_fn alloc, void *pw);