From e2efda19df7a52f11a9c9ed421ac34e6804b30d4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 4 Mar 2003 11:59:36 +0000 Subject: [project @ 2003-03-04 11:59:35 by bursa] More compiler warning fixes. svn path=/import/netsurf/; revision=104 --- riscos/theme.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'riscos/theme.h') diff --git a/riscos/theme.h b/riscos/theme.h index 2f8d8a803..92f29e177 100644 --- a/riscos/theme.h +++ b/riscos/theme.h @@ -64,11 +64,13 @@ typedef enum {theme_TOOLBAR_UNKNOWN, ro_theme* ro_theme_create(char* pathname); /* return icon number */ -wimp_i ro_theme_icon(ro_theme* theme, theme_window_type type, char* token); +wimp_i ro_theme_icon(ro_theme* theme, theme_window_type type, const char* token); /* create a window */ wimp_w ro_theme_create_window(ro_theme* theme, ro_theme_window* create); int ro_theme_toolbar_height(ro_theme* theme); +void ro_theme_resize(ro_theme* theme, theme_window_type wintype, wimp_w w, int width, int height); + #endif -- cgit v1.2.3