summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-12-11 01:23:57 +0000
committerJames Bursa <james@netsurf-browser.org>2003-12-11 01:23:57 +0000
commit9805610091b0ffe0795db0430226d846d7493587 (patch)
tree447efaf68d240800d11281e473b4b7977d79312b /desktop/browser.h
parentc5f1560a70657c714fd9ce3f4cd8a867251fa1a0 (diff)
downloadnetsurf-9805610091b0ffe0795db0430226d846d7493587.tar.gz
netsurf-9805610091b0ffe0795db0430226d846d7493587.tar.bz2
[project @ 2003-12-11 01:23:57 by bursa]
Clean up key handling and implement scrolling using cursor keys. svn path=/import/netsurf/; revision=425
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index ae59c2876..e507b5826 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -113,7 +113,7 @@ void gui_redraw_gadget(struct browser_window* bw, struct form_control* g);
void browser_window_stop_throbber(struct browser_window* bw);
void browser_window_reformat(struct browser_window* bw, int scroll_to_top);
-void browser_window_key_press(struct browser_window *bw, char key);
+bool browser_window_key_press(struct browser_window *bw, char key);
struct history_entry * history_add(struct history_entry *current,
char *url, char *title);