From da4a9313f1260531ec3dde07b32c122f120f695c Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 25 Feb 2006 18:51:51 +0000 Subject: [project @ 2006-02-25 18:50:34 by rjw] Support for BMP files svn path=/import/netsurf/; revision=2095 --- 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 21c4f399c..52a22e5ef 100644 --- a/content/content.h +++ b/content/content.h @@ -115,6 +115,9 @@ #ifdef WITH_GIF #include "netsurf/image/gif.h" #endif +#ifdef WITH_BMP +#include "netsurf/image/bmp.h" +#endif #ifdef WITH_PLUGIN #include "netsurf/riscos/plugin.h" #endif @@ -230,6 +233,9 @@ struct content { #ifdef WITH_GIF struct content_gif_data gif; #endif +#ifdef WITH_BMP + struct content_bmp_data bmp; +#endif #ifdef WITH_MNG struct content_mng_data mng; #endif -- cgit v1.2.3