From b055948973d213cbc29bc71a9b90a92240056264 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 7 Nov 2003 23:51:13 +0000 Subject: [project @ 2003-11-07 23:51:13 by bursa] Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408 --- desktop/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index aa87b6681..5ca8e038d 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -53,6 +53,7 @@ void gui_download_window_error(gui_window *g, const char *error); void gui_init(int argc, char** argv); void gui_multitask(void); void gui_poll(bool active); +void gui_quit(void); gui_safety gui_window_set_redraw_safety(gui_window* g, gui_safety s); -- cgit v1.2.3