summaryrefslogtreecommitdiff
path: root/riscos/url_complete.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-01 13:58:31 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-01 13:58:31 +0000
commit5dff5b7a3cff736fbe77f0ce25d66ab111f7fcf8 (patch)
tree1c6851749ea016b6f7c2a711f2979fde7f06b034 /riscos/url_complete.h
parent6916d94356c03fbfc44293ba824519f5deed52cb (diff)
downloadnetsurf-5dff5b7a3cff736fbe77f0ce25d66ab111f7fcf8.tar.gz
netsurf-5dff5b7a3cff736fbe77f0ce25d66ab111f7fcf8.tar.bz2
[project @ 2006-01-01 13:58:31 by rjw]
Re-introduce clicking in URL completion window svn path=/import/netsurf/; revision=1925
Diffstat (limited to 'riscos/url_complete.h')
-rw-r--r--riscos/url_complete.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/riscos/url_complete.h b/riscos/url_complete.h
index 9a192de2b..8c5233919 100644
--- a/riscos/url_complete.h
+++ b/riscos/url_complete.h
@@ -20,8 +20,7 @@ bool ro_gui_url_complete_keypress(struct gui_window *g, int key);
void ro_gui_url_complete_resize(struct gui_window *g, wimp_open *open);
bool ro_gui_url_complete_close(struct gui_window *g, wimp_i i);
void ro_gui_url_complete_redraw(wimp_draw *redraw);
-void ro_gui_url_complete_mouse_at(wimp_pointer *pointer, bool buttons);
-
-void url_complete_dump_matches(const char *url);
+void ro_gui_url_complete_mouse_at(wimp_pointer *pointer);
+bool ro_gui_url_complete_click(wimp_pointer *pointer);
#endif