summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 14:24:18 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 14:24:18 +0000
commite3620ac6758eb07c77f4d420402f85dbd717035f (patch)
treec895df48115c9eb6acf9ead81fd64900a6bdaaef /amiga/gui.h
parent1d50a2ff8a841eeb262edb404ebf9d027f1cb77e (diff)
downloadnetsurf-e3620ac6758eb07c77f4d420402f85dbd717035f.tar.gz
netsurf-e3620ac6758eb07c77f4d420402f85dbd717035f.tar.bz2
Change clicktab userdata to hold gui_window instead of browser_window
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
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);