libXi: Changes to 'mpx'

Peter Hutterer whot at kemper.freedesktop.org
Mon Nov 12 17:40:39 PST 2007


 src/Makefile.am  |    2 
 src/XChDevHier.c |  147 +++++++++++++++++++++++++++++++++++++++++++
 src/XExtInt.c    |   68 +++++++++++--------
 src/XExtToWire.c |   20 ++---
 src/XListDev.c   |  188 ++++++++++++++++++++++++++++++++-----------------------
 5 files changed, 308 insertions(+), 117 deletions(-)

New commits:
commit 16dc064bf997dfa9226a574e5989d8cd1209a5b0
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Tue Nov 13 11:39:54 2007 +1030

    Add XDeviceClassesChangedEvent parsing.
    
    Some stuff from XListInputDevices moved into separate functions to be re-used
    in the event parsing.

commit 0e6331a2c8494cd24d75ab80443f9f071be47334
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Thu Nov 8 17:47:06 2007 +1030

    Remove PKPairingChangedEvent, replace with DeviceHierarchyChangedNotify event.
    
    Remove leftovers of RandomStringEvent as well.

commit a7f53f26ac83257f594058c484ecd19e009e142c
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Fri Oct 19 14:27:58 2007 +0930

    Add XChangeDeviceHierarchy.
    
    Used to create/remove master devices or change attachment of slave devices.

commit d1f92d6c14d7c9b553b8530a1daf0a77a8babccf
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Thu Oct 18 12:22:37 2007 +0930

    Create AttachInfo class for all devices, containing attachment info.
    
    Thanks to Xlib's braindead design we can't just add the field to XDeviceInfo.
    So we just fake up a new class, add it to all devices and let clients deal
    with it.

commit fbd0431546c3ede8d606559fdd7a18f4cce05743
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Thu Oct 18 10:39:21 2007 +0930

    Add XI_2_Major and XI_2_Minor to versions.



More information about the xorg-commit mailing list