summaryrefslogtreecommitdiff
path: root/content/content_type.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-07-13 03:54:47 +0000
committerJames Bursa <james@netsurf-browser.org>2007-07-13 03:54:47 +0000
commitafc9517fbd11f536457b1bec8a279e3198d9d659 (patch)
treeddd008f89ac4229e94253dfe825b8b2820a140d9 /content/content_type.h
parent59ecedf4447c67295802a5bdc31fd05a6981bace (diff)
downloadnetsurf-afc9517fbd11f536457b1bec8a279e3198d9d659.tar.gz
netsurf-afc9517fbd11f536457b1bec8a279e3198d9d659.tar.bz2
Add CONTENT_SVG to content handling.
svn path=/trunk/netsurf/; revision=3406
Diffstat (limited to 'content/content_type.h')
-rw-r--r--content/content_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_type.h b/content/content_type.h
index b86254a52..949712c45 100644
--- a/content/content_type.h
+++ b/content/content_type.h
@@ -53,6 +53,7 @@ typedef enum {
#ifdef WITH_ARTWORKS
CONTENT_ARTWORKS,
#endif
+ CONTENT_SVG,
/* these must be the last two */
CONTENT_OTHER,
CONTENT_UNKNOWN /**< content-type not received yet */