inputproto: Changes to 'mpx'

Peter Hutterer whot at kemper.freedesktop.org
Sun Apr 27 21:35:55 PDT 2008


 Makefile.am |    1 
 XInput.h    | 1447 ------------------------------------------------------------
 XIproto.h   |    8 
 3 files changed, 7 insertions(+), 1449 deletions(-)

New commits:
commit f6e41306f76de966884d4b72c5fb5e5d6d534ce4
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Sat Apr 26 10:03:19 2008 +0930

    Add major/minor version as supported by client to GetExtensionVersionReq.
    
    This sort-of breaks old clients. Behaviour to be assumed is that if nbytes is
    0, major/minorVersion is set and specifies the version as supported by the
    client.
    If nbytes is non-zero, the request is trailed by the extension name (INAME)
    and major/minorVersion is undefined. This is the behaviour of pre-MPX clients.
    
    And then there may be clients who found that no other extension uses this
    request and supplying a name wasn't actually necessary since it was XI anyway.
    These clients will break. Tough luck. Read the man pages next time.

commit 746f61a86d1fd37216508a3f913bf2a1d1287478
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Apr 25 18:09:32 2008 +0930

    Remove XInput.h. This file is now part of libXi.
    
    XInput.h only belongs to libXi and is should not be part of the protocol
    headers. For future revisions of this file refer to
    git://anongit.freedesktop.org/git/xorg/lib/libXi

commit b762dad06c33a9bdcdedecb9a20d218aa38d05d6
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Apr 25 10:34:01 2008 +0930

    Add #define IREQUESTS 45. Specifies the number of requests in XI.



More information about the xorg-commit mailing list