compiz: Changes to 'compiz-0.6'

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


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

New commits:
commit d96c28da12897a2e29e57964b0db7548fce141ea
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