compiz: Changes to 'master'

Danny Baumann maniac at kemper.freedesktop.org
Mon Oct 8 05:23:19 PDT 2007


 include/compiz-core.h |    3 ++-
 src/event.c           |    2 +-
 src/window.c          |   14 ++++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit d33b7065669c8e18dddd301a2f5f8779c1bf735c
Author: Danny Baumann <dannybaumann at web.de>
Date:   Mon Oct 8 14:22:33 2007 +0200

    Immediately update the internal stack representation on stack changes caused by MapRequest events.
    If we don't do that, the window is still at the top of the stack until the ConfigureNotify event arrives, which might be an invalid position. This could make subsequent stacking attempts (e.g. if there are more MapRequest events before the ConfigureNotify event) fail because the window might block other windows from getting their valid stack position.



More information about the xorg-commit mailing list