From f3f63a1cac19ee1833965e77f7fbc3d6326bd25b Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 17 Apr 2005 17:16:44 +0000 Subject: [project @ 2005-04-17 17:16:44 by bursa] Enable closing windows while the browser is busy. svn path=/import/netsurf/; revision=1664 --- riscos/gui.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'riscos') diff --git a/riscos/gui.c b/riscos/gui.c index 59589040f..2e9a92db7 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -754,11 +754,6 @@ void gui_multitask(void) gui_last_poll = clock(); switch (event) { - case wimp_CLOSE_WINDOW_REQUEST: - /* \todo close the window, and destroy content - * or abort loading of content */ - break; - case wimp_KEY_PRESSED: case wimp_MENU_SELECTION: ro_gui_poll_queue(event, &block); @@ -1464,7 +1459,7 @@ char *ro_gui_uri_file_parse(const char *file_name, char **uri_title) warn_user("NoMemory", 0); } fclose(fp); - + return url; uri_syntax_error: -- cgit v1.2.3