From eab796506b04f8b78cd64e856a691fac1973f80b Mon Sep 17 00:00:00 2001 From: Phil Mellor Date: Tue, 15 Oct 2002 10:41:12 +0000 Subject: [project @ 2002-10-15 10:41:12 by monkeyson] GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44 --- desktop/gui.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 5d5607065..6a6335d1a 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -1,5 +1,5 @@ /** - * $Id: gui.h,v 1.1 2002/09/11 14:24:02 monkeyson Exp $ + * $Id: gui.h,v 1.2 2002/10/15 10:41:12 monkeyson Exp $ */ #ifndef _NETSURF_DESKTOP_GUI_H_ @@ -42,4 +42,7 @@ void gui_poll(void); gui_safety gui_window_set_redraw_safety(gui_window* g, gui_safety s); int gui_file_to_filename(char* location, char* actual_filename, int size); +void gui_window_start_throbber(gui_window* g); +void gui_window_stop_throbber(gui_window* g); + #endif -- cgit v1.2.3