From b6937419e17c80613f5b1436ce9833e24d6221fa Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 9 Apr 2010 22:38:51 +0000 Subject: Fix broken event handling. Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332 --- amiga/tree.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/tree.h') diff --git a/amiga/tree.h b/amiga/tree.h index 335bfd573..4129df1d2 100755 --- a/amiga/tree.h +++ b/amiga/tree.h @@ -24,11 +24,10 @@ #include "amiga/gui.h" struct treeview_window { + struct nsObject *node; struct Window *win; Object *objects[OID_LAST]; struct Gadget *gadgets[GID_LAST]; - struct nsObject *node; - ULONG pad[5]; struct tree *tree; struct List *listbrowser_list; }; -- cgit v1.2.3