From afc9517fbd11f536457b1bec8a279e3198d9d659 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 13 Jul 2007 03:54:47 +0000 Subject: Add CONTENT_SVG to content handling. svn path=/trunk/netsurf/; revision=3406 --- content/content_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_type.h') 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 */ -- cgit v1.2.3