From 219f28e5795f617729264e16866d4fe643d126d9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 8 Aug 2008 22:38:13 +0000 Subject: Rewritten to use window.class and bitmap.image instead of writing directly to the window bitmap. Basic GUI added to allow URLs to be entered. svn path=/trunk/netsurf/; revision=4965 --- amiga/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 377a54678..5a971b0bf 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -18,11 +18,15 @@ #ifndef AMIGA_GUI_H #define AMIGA_GUI_H +#include + void ami_get_msg(void); struct gui_window { struct Window *win; struct browser_window *bw; + struct BitMap *bm; + struct RastPort rp; }; struct gui_window *curwin; -- cgit v1.2.3