summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:01:59 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:01:59 +0000
commit6ce6b9ae97267aafad2ae16e03ae83649576d857 (patch)
treeda05cfcb3eaea975cdc93c98d97052106f051857 /amiga/gui.h
parent79690c6c90f3ef1def18dacaa75312a9e2ebd468 (diff)
downloadnetsurf-6ce6b9ae97267aafad2ae16e03ae83649576d857.tar.gz
netsurf-6ce6b9ae97267aafad2ae16e03ae83649576d857.tar.bz2
Replace curbw (current browser_window, used mostly for ARexx support) with cur_gw (current gui_window)
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 7638e350d..c4a0575ab 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -200,7 +200,7 @@ struct Screen *scrn;
STRPTR nsscreentitle;
struct MsgPort *sport;
bool win_destroyed;
-struct browser_window *curbw;
+struct gui_window *cur_gw;
struct gui_globals browserglob;
BOOL ami_autoscroll;
BOOL popupmenu_lib_ok;