summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index e7bffb7d1..7dd423481 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -61,6 +61,7 @@ struct gui_window {
Object *objects[OID_LAST];
struct Gadget *gadgets[GID_LAST];
struct nsObject *node;
+ struct Hook scrollerhook;
};
struct gui_window *curwin;