From 422df9008913857667ff20bf3ec295c1839cbc45 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 23 Jan 2005 16:09:05 +0000 Subject: [project @ 2005-01-23 16:09:05 by rjw] Further work on theme installing svn path=/import/netsurf/; revision=1463 --- riscos/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index 0d25890bc..8d78b411f 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -21,7 +21,7 @@ #include "netsurf/desktop/options.h" #include "netsurf/desktop/tree.h" -#define THEMES_DIR ".Themes" +extern const char * NETSURF_DIR; struct toolbar; struct plotter_table; @@ -252,7 +252,7 @@ extern int ro_plot_origin_y; void ro_plot_set_scale(float scale); /* in theme_install.c */ -void ro_gui_theme_install_init(void); +void ro_gui_theme_install_click(wimp_pointer *pointer); /* toolbar types */ #define TOOLBAR_BROWSER 0 -- cgit v1.2.3