From bf18237dc03b76af0e6527f98c8b0ff51e4849d9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 11 Aug 2008 17:53:45 +0000 Subject: 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 --- amiga/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.h') 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; -- cgit v1.2.3