summaryrefslogtreecommitdiff
path: root/render
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 /render
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 'render')
-rw-r--r--render/box_construct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 9d7ced82e..a66208a74 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -64,6 +64,9 @@ static const content_type image_types[] = {
#ifdef WITH_DRAW
CONTENT_DRAW,
#endif
+#ifdef WITH_ARTWORKS
+ CONTENT_ARTWORKS,
+#endif
CONTENT_UNKNOWN };
#define MAX_SPAN (100)