>
> While on the topic of the workspace code I'd like to ask Shaleh, or
> whoever that might have a clue, why there's two linked lists of windows?
> I was thinking maybe Workspace::getWindow(int) could be changed to
> return windows from the stacklistning instead, but I suppose I might be
> overseeing something.
>
one is the master list the other list represents the window stack. What I
expect to happen is the master list moves out to the Screen nad all the
workspace manages is the stacking order. This code is in the sights to be
changed, I think Brad has already massaged it in his hacking branch.
As I have said a lot recently, the guts are being looked at very closely, taken
apart and then put back together. I removed LinkedList.{cc,hh} yesterday. I
have one more tidy up patch to send in and then the real fun starts.