summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-04-28 19:43:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-04-28 19:43:46 +0000
commit8d4678b04b99af40987bef1e006c8ad5ed562115 (patch)
treea46a6b08104b3f33d92d762d07facf0364a1a0f4 /amiga/gui.h
parent6f86862edbcf4b71823e556824636dbaff752990 (diff)
downloadnetsurf-8d4678b04b99af40987bef1e006c8ad5ed562115.tar.gz
netsurf-8d4678b04b99af40987bef1e006c8ad5ed562115.tar.bz2
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
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
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