From 1efd4796a26a034ac18428798794b2334633b524 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 10 Dec 2005 14:31:33 +0000 Subject: [project @ 2005-12-10 14:31:32 by adrianl] ArtWorks support svn path=/import/netsurf/; revision=1891 --- content/content.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index f71691fc7..897b81370 100644 --- a/content/content.h +++ b/content/content.h @@ -126,6 +126,9 @@ #ifdef WITH_DRAW #include "netsurf/riscos/draw.h" #endif +#ifdef WITH_ARTWORKS +#include "netsurf/riscos/artworks.h" +#endif struct bitmap; @@ -224,6 +227,9 @@ struct content { #endif #ifdef WITH_PLUGIN struct content_plugin_data plugin; +#endif +#ifdef WITH_ARTWORKS + struct content_artworks_data artworks; #endif } data; -- cgit v1.2.3