inputproto: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Feb 7 08:50:31 PST 2012


 XI2proto.h   |    6 +++---
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 00c34056942a01501c1515c5c8ce376006e3a020
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jan 27 13:08:43 2012 +1000

    inputproto 2.1.99.6
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 93a48b369cf75aae66235a8906256aad504997cd
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jan 27 13:05:27 2012 +1000

    Unbreak protocol ABI for XIAllowEvents.
    
    XIAllowEvents was extended with touchid and grab_window in
    2ea2f99f4fe1dcd3b8e539ca41c482fc40a0533d. This extended the size of the
    request from 12 to 20 but also broke the ABI. Older server match the request
    size exactly, so compiling libXi 1.5 against inputproto 2.2 and then running
    it against a pre-XI 2.2 server causes a BadLength for any XIAllowEvent
    request.
    
    Change the new fields from actual fields to simple comments and let the
    library/server deal with the extra data.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Chase Douglas <chase.douglas at canonical.com>



More information about the xorg-commit mailing list