summaryrefslogtreecommitdiff
path: root/riscos/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.h')
-rw-r--r--riscos/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/riscos/window.h b/riscos/window.h
index adbd999f9..a59a9423c 100644
--- a/riscos/window.h
+++ b/riscos/window.h
@@ -29,5 +29,9 @@ void ro_gui_window_initialise(void);
bool ro_gui_window_check_menu(wimp_menu *menu);
+struct gui_window *gui_window_create(struct browser_window *bw, struct browser_window *clone, bool new_tab);
+void gui_window_destroy(struct gui_window *g);
+
+
#endif