From 4cf69357612dd4cd92e7af7ec32180412a21d1d7 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 31 Jan 2009 23:45:25 +0000 Subject: Added context menu option to download the link target. Added SAVEAS/K to OPEN ARexx command to download a URL instead of displaying it. svn path=/trunk/netsurf/; revision=6326 --- amiga/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index c1958299b..7ab824a5e 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -116,7 +116,8 @@ struct gui_window int c_h; int scrollx; int scrolly; - struct browser_window *bw; // not used + char *dlfilename; +// struct browser_window *bw; // not used }; struct gui_globals -- cgit v1.2.3