summaryrefslogtreecommitdiff
path: root/amiga/download.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-02-13 17:31:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-02-13 17:31:10 +0000
commitb2376c1656e7cd39bc2a6243189a8a8126370c18 (patch)
treea115ade28c6d058dd60ba1896e3b506d5ce15b0c /amiga/download.h
parent30e97149ef74cd6513359beb3334da48fe6d473a (diff)
downloadnetsurf-b2376c1656e7cd39bc2a6243189a8a8126370c18.tar.gz
netsurf-b2376c1656e7cd39bc2a6243189a8a8126370c18.tar.bz2
Proper download notification code, should also open the file if the notification is
double-clicked, although it doesn't seem to work. svn path=/trunk/netsurf/; revision=10037
Diffstat (limited to 'amiga/download.h')
-rwxr-xr-xamiga/download.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/download.h b/amiga/download.h
index 425207e39..6c37853c3 100755
--- a/amiga/download.h
+++ b/amiga/download.h
@@ -39,6 +39,7 @@ struct gui_download_window {
struct browser_window *bw;
struct fetch *fetch;
char *url;
+ char fname[1024];
};
int drag_save;