summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/riscos/window.c b/riscos/window.c
index 0aeaa7c8a..bd321638c 100644
--- a/riscos/window.c
+++ b/riscos/window.c
@@ -303,6 +303,17 @@ void gui_window_destroy(struct gui_window *g)
/**
+ * Destroy all browser windows.
+ */
+
+void ro_gui_window_quit(void)
+{
+ while (window_list)
+ browser_window_destroy(window_list->bw);
+}
+
+
+/**
* Set the title of a browser window.
*
* \param g gui_window to update