From 6dd385591dcda09a4b2a4fe34d812a2c33e9db02 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 20 Jun 2009 19:38:56 +0000 Subject: NETSURF_USE_DRAW should apply to the Draw content handler only. Introduce NETSURF_USE_DRAW_EXPORT to toggle draw export support. Fix up a bunch of stuff related to this. Fix warnings caused by disabling the Sprite renderer. svn path=/trunk/netsurf/; revision=7899 --- riscos/window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/window.c') diff --git a/riscos/window.c b/riscos/window.c index 3427cd989..8e0a8b8d6 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -61,6 +61,7 @@ #include "riscos/options.h" #include "riscos/oslib_pre7.h" #include "riscos/save.h" +#include "riscos/sprite.h" #include "riscos/theme.h" #include "riscos/thumbnail.h" #include "riscos/url_complete.h" -- cgit v1.2.3