From 07d445a5ca3201314b47fe46fd24629701c28670 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 24 Mar 2012 17:11:17 +0000 Subject: conversion to libdom work in progress with FIXME blocks svn path=/trunk/netsurf/; revision=13606 --- render/imagemap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'render/imagemap.h') diff --git a/render/imagemap.h b/render/imagemap.h index 7877e5e04..56bee6b10 100644 --- a/render/imagemap.h +++ b/render/imagemap.h @@ -19,7 +19,7 @@ #ifndef _NETSURF_RENDER_IMAGEMAP_H_ #define _NETSURF_RENDER_IMAGEMAP_H_ -#include +#include #include "utils/nsurl.h" @@ -28,7 +28,7 @@ struct hlcache_handle; void imagemap_destroy(struct html_content *c); void imagemap_dump(struct html_content *c); -bool imagemap_extract(xmlNode *node, struct html_content *c); +bool imagemap_extract(dom_node *node, struct html_content *c); nsurl *imagemap_get(struct html_content *c, const char *key, unsigned long x, unsigned long y, -- cgit v1.2.3