From 912b3bcde80ad2a9a168d0201513da371ed148b0 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Mar 2011 11:42:31 +0000 Subject: Enable selection of rendering engine (graphics.library, Cairo) at runtime, if we're compiled with Cairo support. svn path=/trunk/netsurf/; revision=11912 --- amiga/gui.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index da8311264..35fac8345 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -298,6 +298,11 @@ void ami_set_options(void) option_core_select_menu = true; + #ifndef NS_AMIGA_CAIRO + /* Ensure we get some output when Cairo not available */ + option_cairo_renderer = 0; + #endif + if((!option_accept_language) || (option_accept_language[0] == '\0')) { if(tempacceptlangs = ami_locale_langs()) -- cgit v1.2.3