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.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 8cec5a3e7..57334fba5 100644 --- a/content/content.h +++ b/content/content.h @@ -49,6 +49,9 @@ #ifdef WITH_NS_SVG #include "image/svg.h" #endif +#ifdef WITH_RSVG +#include "image/rsvg.h" +#endif struct bitmap; @@ -170,6 +173,9 @@ struct content { #endif #ifdef WITH_NS_SVG struct content_svg_data svg; +#endif +#ifdef WITH_RSVG + struct content_rsvg_data rsvg; #endif } data; -- cgit v1.2.3