libXi: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Sun Feb 21 19:21:54 PST 2010


 src/XExtInt.c  |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 src/XGetVers.c |   24 +++++++++++++-------
 src/XIint.h    |    1 
 3 files changed, 82 insertions(+), 11 deletions(-)

New commits:
commit 299de21b2ab3cfa2078823215f84da67e7b3d1a3
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Dec 9 13:59:57 2009 +1000

    Initialize extension with the right number of events.
    
    If the server supports a lower XI version than the client, the Xlib-internal
    event vector may be smashed. See libXext for more details.
    http://cgit.freedesktop.org/xorg/lib/libXext/commit/?id=83fdb27df4ddc2fb088ddf2ec65f0db6b7c57287
    
    This patch queries the server for the supported XI extension before
    registering the extension with Xlib. The number of events registered depends
    on the server version.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list