summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-07 19:28:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-07 19:28:34 +0000
commit651228e64d688e1a565ac88e60b736995ba84012 (patch)
tree14eb353e3f0e0c4d5af717d885e6a486206b8c33 /amiga/gui.h
parentfebe19851e913aab1e9ed5cf3f59ee8346eb7f8a (diff)
downloadnetsurf-651228e64d688e1a565ac88e60b736995ba84012.tar.gz
netsurf-651228e64d688e1a565ac88e60b736995ba84012.tar.bz2
Migrate plotters to use a gui_globals pointer rather than RastPort.
svn path=/trunk/netsurf/; revision=8378
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h4
1 files changed, 2 insertions, 2 deletions
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