← Back to team overview

compiz team mailing list archive

Re: [Merge] lp:~unity-team/compiz/trunk.help_175874 into lp:~unity-team/compiz/trunk

 

> Can you point at the 0.8 equivalent line and roam around that part of the code
> to see if there are other fixes to port over in order to improve alt-tab
> ordering?

in this case the ordering of windows in the list is done by how active the window has been (eg w->activeNum () which is assigned by the current screen->priv->activeNum++ whenever the window gets focus. Currently the scale plugin focuses the window on hover which changes the ordering. This fix mimimics the [1] 0.8 behaviour where the window does *not* get focus on hover until it is actually clicked unless sloppy focus is on. The real fix requires an API change to show that a window might be focussed on user action without *actually* focus the window.
-- 
https://code.launchpad.net/~unity-team/compiz/trunk.help_175874/+merge/55222
Your team compiz packagers is requested to review the proposed merge of lp:~unity-team/compiz/trunk.help_175874 into lp:~unity-team/compiz/trunk.



References