summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 1502754cb..cd0f999b3 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1354,6 +1354,16 @@ void gui_launch_url(const char *url)
}
+/**
+ * Called when the gui_window has new content
+ *
+ * \g the gui_window that has new content
+ */
+void gui_window_new_content(gui_window *g) {
+ ro_gui_dialog_close_persistant(g->window);
+}
+
+
static char warn_buffer[300];
/**