summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
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