summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-12-10 14:31:33 +0000
committerAdrian Lees <adrian@aemulor.com>2005-12-10 14:31:33 +0000
commit1efd4796a26a034ac18428798794b2334633b524 (patch)
treec28655b59dcdf1d9d7f3cb2e8811cb9caba9ebc1 /content/content.h
parent32602f6ea90a2eb48b778dc5f6b8c170fc62b7c7 (diff)
downloadnetsurf-1efd4796a26a034ac18428798794b2334633b524.tar.gz
netsurf-1efd4796a26a034ac18428798794b2334633b524.tar.bz2
[project @ 2005-12-10 14:31:32 by adrianl]
ArtWorks support svn path=/import/netsurf/; revision=1891
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h6
1 files changed, 6 insertions, 0 deletions
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;
@@ -225,6 +228,9 @@ struct content {
#ifdef WITH_PLUGIN
struct content_plugin_data plugin;
#endif
+#ifdef WITH_ARTWORKS
+ struct content_artworks_data artworks;
+#endif
} data;
/** Bitmap, for various image contents. */