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 --- render/box_construct.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render') 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 @@ -63,6 +63,9 @@ static const content_type image_types[] = { #endif #ifdef WITH_DRAW CONTENT_DRAW, +#endif +#ifdef WITH_ARTWORKS + CONTENT_ARTWORKS, #endif CONTENT_UNKNOWN }; -- cgit v1.2.3