summaryrefslogtreecommitdiff
path: root/riscos/url_complete.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-07-13 22:50:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-07-13 22:50:48 +0000
commit1decf851aaeb7b4b34f6a999884edee8bba3c0d6 (patch)
treeb5b1a699e5424b57277ffd3f2a1ee8a3eb052658 /riscos/url_complete.h
parent752634a8107f815aa76716b6d5ab5a78564afce3 (diff)
downloadnetsurf-1decf851aaeb7b4b34f6a999884edee8bba3c0d6.tar.gz
netsurf-1decf851aaeb7b4b34f6a999884edee8bba3c0d6.tar.bz2
Fix URL completion keypress handling
svn path=/trunk/netsurf/; revision=2748
Diffstat (limited to 'riscos/url_complete.h')
-rw-r--r--riscos/url_complete.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/url_complete.h b/riscos/url_complete.h
index 03d101bca..3d79edca5 100644
--- a/riscos/url_complete.h
+++ b/riscos/url_complete.h
@@ -13,12 +13,13 @@
#define _NETSURF_RISCOS_URLCOMPLETE_H_
#include <stdbool.h>
+#include <wchar.h>
#include "oslib/wimp.h"
struct gui_window;
void ro_gui_url_complete_start(struct gui_window *g);
-bool ro_gui_url_complete_keypress(struct gui_window *g, int key);
+bool ro_gui_url_complete_keypress(struct gui_window *g, wchar_t 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);