From abaa8a90938024685d39a10192586d369e44a101 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 16 Jul 2004 16:33:45 +0000 Subject: [project @ 2004-07-16 16:33:44 by rjw] Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081 --- desktop/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/gui.h') 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 -- cgit v1.2.3