summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-09 22:38:51 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-09 22:38:51 +0000
commitb6937419e17c80613f5b1436ce9833e24d6221fa (patch)
treeb483965da833eda1620002d3fbcf3704683fa0e0 /amiga/gui_options.c
parent4a4cc0d1bce9967fcd1fed4cea12c008702a38fc (diff)
downloadnetsurf-b6937419e17c80613f5b1436ce9833e24d6221fa.tar.gz
netsurf-b6937419e17c80613f5b1436ce9833e24d6221fa.tar.bz2
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
Diffstat (limited to 'amiga/gui_options.c')
-rwxr-xr-xamiga/gui_options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index 7b24ccc51..1b1048c05 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -181,10 +181,9 @@ enum
#define OPTS_MAX_NATIVEBM 3
struct ami_gui_opts_window {
+ struct nsObject *node;
struct Window *win;
Object *objects[GID_OPTS_LAST];
- struct nsObject *node;
- ULONG pad[6];
};
static struct ami_gui_opts_window *gow = NULL;