summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorPhil Mellor <phil@monkeyson.info>2003-06-01 23:02:56 +0000
committerPhil Mellor <phil@monkeyson.info>2003-06-01 23:02:56 +0000
commit9f81422aeaca41d8c93e2b69c3c525d84a9c633b (patch)
treebff8eb0e329f82f907b3d96500d785c92fa74336 /desktop/gui.h
parentcbd104704bb11b6141c2b5c3bde88950157e5fcf (diff)
downloadnetsurf-9f81422aeaca41d8c93e2b69c3c525d84a9c633b.tar.gz
netsurf-9f81422aeaca41d8c93e2b69c3c525d84a9c633b.tar.bz2
[project @ 2003-06-01 23:02:56 by monkeyson]
Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
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 c80c56b4e..fcff4f382 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -1,5 +1,5 @@
/**
- * $Id: gui.h,v 1.6 2003/03/04 11:59:35 bursa Exp $
+ * $Id: gui.h,v 1.7 2003/06/01 23:02:56 monkeyson Exp $
*/
#ifndef _NETSURF_DESKTOP_GUI_H_
@@ -51,4 +51,7 @@ void gui_window_stop_throbber(gui_window* g);
void gui_gadget_combo(struct browser_window* bw, struct gui_gadget* g, unsigned long mx, unsigned long my);
void gui_edit_textarea(struct browser_window* bw, struct gui_gadget* g);
void gui_edit_textbox(struct browser_window* bw, struct gui_gadget* g);
+
+void gui_show_choices();
+
#endif