libXdamage: Changes to 'master'

Jamey Sharp jamey at kemper.freedesktop.org
Mon Oct 16 13:09:29 EEST 2006


 src/Xdamage.c |    2 --
 1 files changed, 2 deletions(-)

New commits:
commit 31829be123a9ce58bf8e0c4718815b7b63d0d512
Author: Josh Triplett <josh at freedesktop.org>
Date:   Mon Oct 16 02:58:24 2006 -0700

    Remove incorrect UnlockDisplay and SyncHandle from XDamageQueryVersion
    
    XDamageQueryVersion calls UnlockDisplay and SyncHandle, without a matching
    LockDisplay.  This triggers an assertion in Xlib/XCB designed to catch these
    kinds of bugs.  Remove the two calls, which fixes the assertion.
    
    Thanks to Mike Auty <mike.auty at gmail.com> for the report.




More information about the xorg-commit mailing list