From 8d4678b04b99af40987bef1e006c8ad5ed562115 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 28 Apr 2012 19:43:46 +0000 Subject: Add AppWindow ourself rather than letting window.class create it. Initial tests indicate we are no longer losing icon drop events although there is still an "event leak" somewhere. Fix warnings. svn path=/trunk/netsurf/; revision=13894 --- 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 8b53f6377..74a51e248 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -108,6 +108,7 @@ struct gui_window_2 { struct Hook search_ico_hook; gui_drag_type drag_op; struct IBox *ptr_lock; + struct AppWindow *appwin; }; struct gui_window -- cgit v1.2.3