http://bugs.opencompositing.org/show_bug.cgi?id=969


Danny Baumann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #4 from Danny Baumann <[email protected]>  2008-12-18 
09:42:44 ---
The problem is the asynchronity in the X protocol and compiz' stacking code.
What happens on ending switcher is:
- switcher sends client message for window activation
- compiz gets it, sends a restack and focus request to the X server
- X processes it, restacks the window and sends out a ConfigureNotify event
- compiz gets that event and visually restacks the window

The first part (sending a client message) most likely could be removed, but the
second part (sending a configure request to the server) can't be eliminated
without rewriting compiz' stacking code (so that compiz' stacking is the
authoritive copy and it's only synced to X when needed).


-- 
Configure bugmail: http://bugs.opencompositing.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Dev mailing list
[email protected]
http://lists.compiz-fusion.org/mailman/listinfo/dev

Reply via email to