libXi: Changes to 'libxi-1.0-branch'

Daniel Stone daniels at kemper.freedesktop.org
Wed Apr 11 18:56:26 EEST 2007


 configure.ac   |    2 +-
 src/XExtInt.c  |    2 +-
 src/XGetVers.c |    6 +++---
 src/XIint.h    |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit cb8e2a83411561fc564a656ffa1c1027acbf90cd
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Wed Apr 11 18:45:13 2007 +0300

    Bump to 1.0.4

commit 0ae08175472acc203c55eaf886fa754901072108
Author: Jamey Sharp <jamey at minilop.net>
Date:   Sun Oct 15 00:03:57 2006 -0700

    Don't call XInput_find_display in _XiGetExtensionVersion, while the Display lock is held.
    
    _XiGetExtensionVersion has two callers. One had already called
    XInput_find_display, and the other could easily do so outside the
    Display lock. So I change the _XiGetExtensionVersion interface to
    accept a previously-computed XExtDisplayInfo from the caller.
    Besides being more correct, this should be slightly faster. :-)
    
    Thanks to Magnus Kessler <Magnus.Kessler at gmx.net> for identifying
    the bug and proposing a workaround.




More information about the xorg-commit mailing list