From 5ac45472c7af8ccf686ea93791e491899889f087 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Mar 2011 13:58:02 +0000 Subject: Fix broken CONTENT_PLUGIN API. Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924 --- render/box_construct.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render') diff --git a/render/box_construct.c b/render/box_construct.c index 44fcb54b1..ae7c1787b 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -78,6 +78,9 @@ static const content_type image_types[] = { #ifdef WITH_DRAW CONTENT_DRAW, #endif +#ifdef WITH_PLUGIN + CONTENT_PLUGIN, +#endif #ifdef WITH_ARTWORKS CONTENT_ARTWORKS, #endif -- cgit v1.2.3