From b055948973d213cbc29bc71a9b90a92240056264 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 7 Nov 2003 23:51:13 +0000 Subject: [project @ 2003-11-07 23:51:13 by bursa] Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408 --- riscos/theme.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/theme.c') diff --git a/riscos/theme.c b/riscos/theme.c index 2fc91bfcb..34f66fa19 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -13,6 +13,8 @@ #include "netsurf/utils/utils.h" #include +ro_theme* current_theme = NULL; + void ro_theme_preload_template(ro_theme* theme, char* template_name, int* total_winicon, int* total_indirected) { -- cgit v1.2.3