summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorPhil Mellor <phil@monkeyson.info>2002-10-15 10:41:12 +0000
committerPhil Mellor <phil@monkeyson.info>2002-10-15 10:41:12 +0000
commiteab796506b04f8b78cd64e856a691fac1973f80b (patch)
treed9feedd0d4f81dfdaaa98521cb981d1a34b325cc /desktop/gui.h
parentf459052ef8d42041d582113cbf62cfe8912ebc1a (diff)
downloadnetsurf-eab796506b04f8b78cd64e856a691fac1973f80b.tar.gz
netsurf-eab796506b04f8b78cd64e856a691fac1973f80b.tar.bz2
[project @ 2002-10-15 10:41:12 by monkeyson]
GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h5
1 files changed, 4 insertions, 1 deletions
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