summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-11 17:53:45 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-11 17:53:45 +0000
commitbf18237dc03b76af0e6527f98c8b0ff51e4849d9 (patch)
tree5b906acde93032db9477628747c8db7cd037a537 /amiga/gui.h
parentc278e49d26b5562036993097e0db527b3d95c70b (diff)
downloadnetsurf-bf18237dc03b76af0e6527f98c8b0ff51e4849d9.tar.gz
netsurf-bf18237dc03b76af0e6527f98c8b0ff51e4849d9.tar.bz2
Modified to use space.gadget and blit directly to the window's rastport, also added
scrollbar functionality (thanks to Ami603) svn path=/trunk/netsurf/; revision=5034
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;