compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Wed Jan 3 01:22:47 EET 2007


 plugins/dbus.c   |   84 ++++++++++++++++++++++---------------------
 plugins/place.c  |   44 +++++++++++-----------
 plugins/wobbly.c |   19 +++++----
 src/screen.c     |    1 
 src/window.c     |  107 +++++++++++++++++++++++++++----------------------------
 5 files changed, 131 insertions(+), 124 deletions(-)

New commits:
commit 10df6edd0403ecf372c983c5393f9d0a38a53268
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 2 16:07:01 2007 +0100

    Parse list option parameters properly and allow 0 parameters for
    list options.

commit 909a6de318aa623c22b1d613ec7bd179c1fcb000
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 2 14:40:22 2007 +0100

    Never generate an error when option name and message parameters are valid.

commit 85616bbf7f0b5f418ff84e0616522399c8341909
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 2 14:08:18 2007 +0100

    Only update window position when no pending position changes exists.

commit dc5833fcb4b0c3cd2dfc0a81e7a7209a3104e40f
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 2 13:58:18 2007 +0100

    Move away from having client side positioning of windows. Window
    size must be server side so to be able to do atomic move-resize
    operations position must also be server-side. This means that
    serverX and serverY fields in CompWindow struct has higher priority
    than attrib.x and attrib.y. attrib.x and attrib.y is still the client
    side position and any code dealing with the visible position of a
    window should use these. Code that needs to be aware of any pending
    position changes should look at serverX and serverY.

commit 2b42ffe6c249c9754da6ed83cf17e79b8b23cb10
Author: David Reveman <davidr at novell.com>
Date:   Tue Jan 2 13:06:54 2007 +0100

    Make sure output devices are initialized.




More information about the xorg-commit mailing list