summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 553962ae9..84ee43cb9 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -65,4 +65,6 @@ void gui_window_place_caret(gui_window *g, int x, int y, int height);
void gui_launch_url(const char *url);
+void gui_window_new_content(gui_window *g);
+
#endif