From 04292695be1ab1964dcc1636a9dff522c760fda9 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 18 Jul 2007 17:58:35 +0000 Subject: Initial work on RSVG image handler. Still a lot to do. svn path=/trunk/netsurf/; revision=3433 --- content/content_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_type.h') diff --git a/content/content_type.h b/content/content_type.h index 844a5723b..4b073293e 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -53,7 +53,7 @@ typedef enum { #ifdef WITH_ARTWORKS CONTENT_ARTWORKS, #endif -#ifdef WITH_NS_SVG +#if defined(WITH_NS_SVG) || defined(WITH_RSVG) CONTENT_SVG, #endif /* these must be the last two */ -- cgit v1.2.3