summaryrefslogtreecommitdiff
path: root/amiga/download.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/download.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/download.h')
-rwxr-xr-xamiga/download.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/download.h b/amiga/download.h
index a9b53c420..a5dc2d0e1 100755
--- a/amiga/download.h
+++ b/amiga/download.h
@@ -28,8 +28,7 @@ struct dlnode
struct gui_download_window {
struct Window *win;
- Object *objects[OID_LAST];
- struct Gadget *gadgets[GID_LAST];
+ Object *objects[GID_LAST];
struct nsObject *node;
ULONG pad[5];
BPTR fh;