libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jul 26 14:21:20 PDT 2013


 src/Host.c   |   53 ++++++++++++++---------------------------------------
 src/ModMap.c |   12 +++---------
 2 files changed, 17 insertions(+), 48 deletions(-)

New commits:
commit 7db74514e454d3fc4ff70aa08ddac66bfffda4dd
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 23 22:18:46 2013 -0700

    Refactor common code from XAddHost & XRemoveHost into single function
    
    On the Xlib side, the only real difference is the mode flag we send
    to the server with the address, so just make that an argument to the
    function with the common code for packing the address into the request.
    
    (Aside from labels, gcc 4.7.2 generates identical code before & after
     this change due to inlining, verified via diff of gcc -S output.)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3292195a64a9ce4f0d27134cd544651ec647e728
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jul 23 22:11:34 2013 -0700

    XSetModifierMapping: Use Data instead of GetReqExtra
    
    Handle arbitrary length data in the same fashion as other calls,
    avoiding need to ensure it fits all in the request buffer.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list