summaryrefslogtreecommitdiff
path: root/riscos/wimp.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-07-27 15:49:28 +0000
committerJames Bursa <james@netsurf-browser.org>2004-07-27 15:49:28 +0000
commit534b464becb6c429b5976695bfe142690f45b779 (patch)
tree00f97e2b09aa68ab1653566678fc6f64b86e463b /riscos/wimp.h
parentd378575d4c484d4e9fe8dba56c93323053de668a (diff)
downloadnetsurf-534b464becb6c429b5976695bfe142690f45b779.tar.gz
netsurf-534b464becb6c429b5976695bfe142690f45b779.tar.bz2
[project @ 2004-07-27 15:49:28 by bursa]
Implement proxy authentication. Bring templates in line with style guide (icon sizes and fill display fields), and remove dead icons. Clean up choices dialog code. Fix persistent dialog code. Make browser choices the default pane. svn path=/import/netsurf/; revision=1153
Diffstat (limited to 'riscos/wimp.h')
-rw-r--r--riscos/wimp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/wimp.h b/riscos/wimp.h
index daa386e15..d26fccdfe 100644
--- a/riscos/wimp.h
+++ b/riscos/wimp.h
@@ -47,5 +47,6 @@ void ro_gui_open_window_centre(wimp_w parent, wimp_w child);
osspriteop_area *ro_gui_load_sprite_file(const char *pathname);
bool ro_gui_wimp_sprite_exists(const char *sprite);
+void ro_gui_open_pane(wimp_w parent, wimp_w pane, int offset);
#endif