summaryrefslogtreecommitdiff
path: root/amiga/login.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-04 11:15:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-04 11:15:05 +0000
commit3daffe3d6b07be7bbeedbcb2586f11edd872cbd6 (patch)
treea4cec5b7fa1f5afb025d4ee30550bb678f0d19a6 /amiga/login.h
parent43a99ab683d14c4a11d5fbeaef90d68c84e345fb (diff)
downloadnetsurf-3daffe3d6b07be7bbeedbcb2586f11edd872cbd6.tar.gz
netsurf-3daffe3d6b07be7bbeedbcb2586f11edd872cbd6.tar.bz2
Events for these windows are handled by the main loop in gui.c, but the structures
didn't match up, thereby causing a crash. Needs tidying up; the global part of these window structures should be defined separately, and the events handled in dedicated routines. svn path=/trunk/netsurf/; revision=10235
Diffstat (limited to 'amiga/login.h')
-rwxr-xr-xamiga/login.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/login.h b/amiga/login.h
index 02a39cb4f..0732c5082 100755
--- a/amiga/login.h
+++ b/amiga/login.h
@@ -20,8 +20,7 @@
#define AMIGA_LOGIN_H
struct gui_login_window {
struct Window *win;
- Object *objects[OID_LAST];
- struct Gadget *gadgets[GID_LAST];
+ Object *objects[GID_LAST];
struct nsObject *node;
struct browser_window *bw;
ULONG pad[3];