summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-01-31 23:45:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-01-31 23:45:25 +0000
commit4cf69357612dd4cd92e7af7ec32180412a21d1d7 (patch)
treecc3796f36e2c701933250444dd01e097f3ea5425 /amiga/gui.h
parent400ed91129a45aced9b94dd3e6ecb183f576c1d9 (diff)
downloadnetsurf-4cf69357612dd4cd92e7af7ec32180412a21d1d7.tar.gz
netsurf-4cf69357612dd4cd92e7af7ec32180412a21d1d7.tar.bz2
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
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
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