On Sat, 17 May 2014 15:37:31 +0100, Michael Drake wrote: > I have been looking at stopping the Amiga front end from #including > desktop/browser_private.h, like I did for the Windows front end earlier > this week. > > The big problem with the Amiga code at the moment is that the tabs > implementation seems to depend on being able to dereference struct > browser_window (bw), to get to the struct gui_window (gw). [...] > I suggest that the gw2 be changed to have a pointer to a gw representing > the current tab, and add a pointer to bw entry in the gw.
I've now fixed this. Chris