From b2376c1656e7cd39bc2a6243189a8a8126370c18 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 13 Feb 2010 17:31:10 +0000 Subject: 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 --- 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 6924bc344..b1f512e08 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-9 Chris Young + * Copyright 2008-2010 Chris Young * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -142,4 +142,5 @@ struct MsgPort *sport; bool win_destroyed; struct browser_window *curbw; struct gui_globals browserglob; +uint32 ami_appid; #endif -- cgit v1.2.3