libX11: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Nov 7 13:23:56 PST 2011


 include/X11/Xlibint.h |  101 ++++++++++++++++----------------------------------
 src/XlibInt.c         |   31 +++++++++++++++
 2 files changed, 65 insertions(+), 67 deletions(-)

New commits:
commit f6dad6aaa384bf836baa28ccb72b476a85c40eff
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Oct 27 13:53:22 2011 +1000

    Use GetReqSized for GetReq and GetReqExtra
    
    GetEmptyReq and GetResReq cannot do this due to the final typecast -
    typically requests that need either of those do not have their own typedef
    in the protocol headers.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Jamey Sharp <jamey at minilop.net>

commit c9c99058b9d98789c0b2d7e78a23443c2b57a047
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Oct 14 14:51:06 2011 +1000

    include: Add GetReqSized() for request buffers of specific size
    
    Some XI2 requests change in size over different versions and libXi would
    need to hack around GetReq and GetReqExtra. Add a new GetReqSized so the
    library can explicitly specify the size of the request in 4-byte units.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Jamey Sharp <jamey at minilop.net>

commit ba8a7a19165e30d14bc165f43f67c19b6a115585
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Oct 27 13:24:10 2011 +1000

    Switch GetEmptyReq and GetResReq to call _XGetRequest
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Jamey Sharp <jamey at minilop.net>

commit 4a060f993bf676cf21ad9784e010f54134da7b40
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Oct 17 09:45:15 2011 +1000

    Add _XGetRequest as substitute for GetReq/GetReqExtra
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Jamey Sharp <jamey at minilop.net>



More information about the xorg-commit mailing list