From 9805610091b0ffe0795db0430226d846d7493587 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 11 Dec 2003 01:23:57 +0000 Subject: [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 --- desktop/browser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/browser.h') 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); -- cgit v1.2.3