inputproto: Changes to 'mpx'

Peter Hutterer whot at kemper.freedesktop.org
Sun Feb 17 22:47:02 PST 2008


 XI.h      |   11 +-----
 XInput.h  |   61 +++++++---------------------------
 XIproto.h |  109 --------------------------------------------------------------
 3 files changed, 16 insertions(+), 165 deletions(-)

New commits:
commit b512f47795bd125f6b04806d8a831f888febb67d
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Thu Feb 14 18:25:24 2008 +1030

    Change XChangeDeviceHieararchy API.
    
    Single-pointer to changes is enough since we have a union now.
    Provide array first, then number of elements. This at least gives us
    consistency within the MPX-related stuff. The rest of Xlib can't seem to make
    its mind up about that.

commit 330cfbd0ca6e6d1557e08ab0c555fe87acc7be29
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Thu Feb 14 16:33:03 2008 +1030

    Make XAnyDeviceHierarchyChangeInfo a union of the possible types.
    
    Kinda the same as the XEvent union.
    
    Some whitespace fixes too.

commit d5245e8b85deec6f76bec2c9599da59516e50cca
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Thu Feb 14 09:17:34 2008 +1030

    Whitespace fixing and sz_RegisterPairedClient removal.

commit 3c24865ad98557a5bc3e12c954eefaffff01bf36
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Thu Feb 14 09:15:11 2008 +1030

    Remove GrabAccessControl and FakeDeviceData.
    
    Both aren't thought out enough to justify their inclusion in the first version
    of MPX.

commit 6a91ee1bd1d4751d09f2e4aa832913bc66ae4602
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Tue Feb 12 19:19:58 2008 +1030

    Remove RawDeviceEvent - for now anyway.
    
    Wasn't quite as thought-out as it should be. Throwing it out for now, to get
    the rest of MPX more stable.

commit 1d097c26264b657689d74f3f0a77cd1aa4f7e576
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Tue Feb 12 19:17:51 2008 +1030

    Remove pairingChangedNotify event.
    
    I swear I already removed that before... Anyway, we don't need it anymore,
    since pairings can't be changed anyway. Hooray for the device hierarchy.

commit be9e285258b8ea90628bbb5ae65bf74bdc59338b
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Tue Feb 12 15:04:24 2008 +1030

    Remove "shared" field from QueryDevicePointer.
    
    If it's a slave device, it's shared, if it's a master device it has its own
    cursor. No need for this field.



More information about the xorg-commit mailing list