From e4a6e982e599020060d8e43262d53ade0667f439 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 17 Jul 2004 13:00:38 +0000 Subject: [project @ 2004-07-17 13:00:38 by bursa] Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092 --- riscos/theme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/theme.h') diff --git a/riscos/theme.h b/riscos/theme.h index 2cca6b8ab..613da245c 100644 --- a/riscos/theme.h +++ b/riscos/theme.h @@ -30,7 +30,7 @@ struct theme_entry { extern int theme_throbs; void ro_theme_load(char *pathname); -void ro_theme_create_browser_toolbar(gui_window *g); +void ro_theme_create_browser_toolbar(struct gui_window *g); void ro_theme_create_hotlist_toolbar(void); int ro_theme_update_toolbar(struct toolbar *toolbar, wimp_w window); int ro_theme_resize_toolbar(struct toolbar *toolbar, wimp_w window); -- cgit v1.2.3