From 18d84f0c108c207f90d64803dd8834cfe6525374 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sun, 23 Jul 2006 22:32:33 +0000 Subject: Make Cairo rendering a run-time option in nsgtk - also add infrastructure for nsgtk-specific options. svn path=/trunk/netsurf/; revision=2793 --- desktop/options.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop/options.c') diff --git a/desktop/options.c b/desktop/options.c index 5eaebda9a..2bb609d9d 100644 --- a/desktop/options.c +++ b/desktop/options.c @@ -29,8 +29,10 @@ #include "netsurf/utils/messages.h" #include "netsurf/utils/utils.h" -#ifdef riscos +#if defined(riscos) #include "netsurf/riscos/options.h" +#elif defined(nsgtk) +#include "netsurf/gtk/options.h" #else #define EXTRA_OPTION_DEFINE #define EXTRA_OPTION_TABLE -- cgit v1.2.3