summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2007-07-18 14:49:26 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2007-07-18 14:49:26 +0000
commit59f358eb0f44ff1cb82cfe72b967577d8ddf5a2f (patch)
treee9ec7b82a370e453bfd742527746882989f7e57b /content/content_type.h
parentb70141c17d943c8469e45bcfa794121533e58c6c (diff)
downloadnetsurf-59f358eb0f44ff1cb82cfe72b967577d8ddf5a2f.tar.gz
netsurf-59f358eb0f44ff1cb82cfe72b967577d8ddf5a2f.tar.bz2
Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVG
svn path=/trunk/netsurf/; revision=3432
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_type.h b/content/content_type.h
index 949712c45..844a5723b 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -53,7 +53,9 @@ typedef enum {
#ifdef WITH_ARTWORKS
CONTENT_ARTWORKS,
#endif
+#ifdef WITH_NS_SVG
CONTENT_SVG,
+#endif
/* these must be the last two */
CONTENT_OTHER,
CONTENT_UNKNOWN /**< content-type not received yet */