From e3620ac6758eb07c77f4d420402f85dbd717035f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 16 Nov 2014 14:24:18 +0000 Subject: Change clicktab userdata to hold gui_window instead of browser_window --- amiga/gui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'amiga/gui.h') diff --git a/amiga/gui.h b/amiga/gui.h index 46606c6c8..7638e350d 100755 --- a/amiga/gui.h +++ b/amiga/gui.h @@ -85,7 +85,7 @@ struct gui_window_2 { struct nsObject *node; struct Window *win; Object *objects[GID_LAST]; - struct browser_window *bw; + struct gui_window *gw; /* currently-displayed gui_window */ bool redraw_required; int throbber_frame; struct List tab_list; @@ -151,6 +151,7 @@ struct gui_window bool throbbing; char *tabtitle; struct MinList *deferred_rects; + struct browser_window *bw; }; void ami_get_msg(void); -- cgit v1.2.3