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/search.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/search.h') diff --git a/amiga/search.h b/amiga/search.h index 5bc5ad012..d331e8b48 100755 --- a/amiga/search.h +++ b/amiga/search.h @@ -22,12 +22,11 @@ #include "amiga/gui.h" struct find_window { + struct nsObject *node; struct Window *win; Object *objects[OID_LAST]; struct Gadget *gadgets[GID_LAST]; - struct nsObject *node; struct gui_window *gwin; - ULONG pad[3]; }; void ami_search_open(struct gui_window *gwin); -- cgit v1.2.3