From 59f358eb0f44ff1cb82cfe72b967577d8ddf5a2f Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Wed, 18 Jul 2007 14:49:26 +0000 Subject: Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVG svn path=/trunk/netsurf/; revision=3432 --- content/content.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 7d543d49a..8cec5a3e7 100644 --- a/content/content.h +++ b/content/content.h @@ -46,7 +46,9 @@ #ifdef WITH_ARTWORKS #include "riscos/artworks.h" #endif +#ifdef WITH_NS_SVG #include "image/svg.h" +#endif struct bitmap; @@ -166,7 +168,9 @@ struct content { #ifdef WITH_ARTWORKS struct content_artworks_data artworks; #endif +#ifdef WITH_NS_SVG struct content_svg_data svg; +#endif } data; /**< URL for refresh request, in standard form as from url_join. */ -- cgit v1.2.3