Re: Amiga window data structures

2014-12-04 Thread Michael Drake
On 16/11/14 15:18, Chris Young wrote: On Sat, 17 May 2014 15:37:31 +0100, Michael Drake wrote: 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. Excellent, thanks Chris. Now we don't incl

Re: Amiga window data structures

2014-11-16 Thread Chris Young
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 > implementa

Re: Amiga window data structures

2014-05-18 Thread Chris Young
On Sat, 17 May 2014 15:37:31 +0100, Michael Drake wrote: > So, for example, to set the Amiga front end's scroll offset for the > window, it starts with a struct gui_window_2 (gw2), which I assume is the > main window containing all the tabs, then it goes to the bw (representing > current tab?), th