From b7bb766e95a3ffb552784ae40bac76db4651d5d9 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 16 Jul 2004 19:47:03 +0000 Subject: [project @ 2004-07-16 19:47:02 by rjw] Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083 --- render/box.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'render') diff --git a/render/box.c b/render/box.c index b4e06bb5f..bb2ac8a44 100644 --- a/render/box.c +++ b/render/box.c @@ -70,6 +70,10 @@ static const content_type image_types[] = { #ifdef WITH_PNG CONTENT_PNG, #endif +#ifdef WITH_MNG + CONTENT_JNG, + CONTENT_MNG, +#endif #ifdef WITH_SPRITE CONTENT_SPRITE, #endif -- cgit v1.2.3