libXi: Changes to 'libXi-1.4-branch'

Peter Hutterer whot at kemper.freedesktop.org
Mon Dec 19 14:03:29 PST 2011


 src/XExtInt.c |    2 +-
 src/XIint.h   |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit b7bfbaca61b388e520491c50a399862a7d8da457
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Aug 12 14:24:26 2011 +1000

    Don't use the protocol defines for 2.0 versioning.
    
    Otherwise we run into the old problem again: recompiling libXi against
    newer inputproto headers will appear to change the version support,
    potentially causing errors or other misbehaviours.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>
    (cherry picked from commit ca73cd3b7630e7eb7d26c61c4af10d35dbce5465)

commit be45f49b933e57199237f2338649ea4aedf264b0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Sep 7 15:21:31 2010 +1000

    Add XI2 library-internal array offsets to XIint.h
    
    These defines are currently defined in XI.h and XI2.h. Their only use is as
    offset into a library-internal array. Add them to XIint.h to have them where
    they belong.
    
    These defines do not have any effect on the protocol. They are simply
    offsets into an array for libXi-specific version checking. The defines are
    added to this header for readability, given that we cannot remove them from
    the protocol without potentially breaking clients (who should never use
    these anyway, but...) means they will never get hit.
    
    Future defines for these offsets will only be added to libXi, not the
    protocol.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    (cherry picked from commit e8531dd6a981c6cf19a1d256c29e886e34e8f51a)



More information about the xorg-commit mailing list