From 651228e64d688e1a565ac88e60b736995ba84012 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 7 Jul 2009 19:28:34 +0000 Subject: Migrate plotters to use a gui_globals pointer rather than RastPort. svn path=/trunk/netsurf/; revision=8378 --- amiga/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index f6a791fa5..032ceb728 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -138,7 +138,6 @@ void ami_clearclipreg(struct RastPort *rp); void ami_do_redraw(struct gui_window_2 *g); STRPTR ami_locale_langs(void); -struct RastPort *currp; struct TextFont *origrpfont; struct MinList *window_list; struct Screen *scrn; @@ -148,5 +147,6 @@ struct FileRequester *savereq; struct MsgPort *sport; bool win_destroyed; struct browser_window *curbw; -struct gui_globals glob; +struct gui_globals *glob; +struct gui_globals browserglob; #endif -- cgit v1.2.3