summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-03-04 11:59:36 +0000
committerJames Bursa <james@netsurf-browser.org>2003-03-04 11:59:36 +0000
commite2efda19df7a52f11a9c9ed421ac34e6804b30d4 (patch)
tree1ffb2ecc19d9415438f5aefdbb5e6902f69093ba /riscos/theme.h
parent64e1781eb4c0d007801ea894cb3c0967a8aecbbd (diff)
downloadnetsurf-e2efda19df7a52f11a9c9ed421ac34e6804b30d4.tar.gz
netsurf-e2efda19df7a52f11a9c9ed421ac34e6804b30d4.tar.bz2
[project @ 2003-03-04 11:59:35 by bursa]
More compiler warning fixes. svn path=/import/netsurf/; revision=104
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h4
1 files changed, 3 insertions, 1 deletions
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