From d6874d05b1800f3f68cf109fb7818b68b59c213c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 15 Nov 2008 15:28:17 +0000 Subject: Allow opening of local files from anywhere, not just the parent of the current dir. svn path=/trunk/netsurf/; revision=5695 --- amiga/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 926df6dc6..1c73a586e 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -120,6 +120,7 @@ struct gui_window int c_h; int scrollx; int scrolly; + struct browser_window *bw; // not used }; void ami_get_msg(void); -- cgit v1.2.3