libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Mar 3 18:21:59 PST 2013


 include/X11/Xlib.h           |    4 
 include/X11/Xlibint.h        |   53 ---------
 modules/om/generic/omXChar.c |   91 +---------------
 src/ChWindow.c               |    9 -
 src/ConfWind.c               |   13 --
 src/CrWindow.c               |    9 -
 src/DrArc.c                  |   12 --
 src/DrLine.c                 |   16 --
 src/DrPoint.c                |   15 --
 src/DrRect.c                 |   16 --
 src/FillArc.c                |   16 --
 src/FillRct.c                |   15 --
 src/Font.c                   |   44 --------
 src/FontInfo.c               |   24 ----
 src/ImUtil.c                 |   14 --
 src/LiHosts.c                |    7 -
 src/Macros.c                 |    5 
 src/MoveWin.c                |    9 -
 src/PolyTxt16.c              |   23 ----
 src/Quarks.c                 |    4 
 src/RestackWs.c              |    9 -
 src/SendEvent.c              |    5 
 src/StColor.c                |   12 --
 src/Text16.c                 |   23 ----
 src/XlibAsync.c              |    5 
 src/XlibInt.c                |  236 -------------------------------------------
 src/xcms/cmsTrig.c           |    4 
 src/xkb/XKBAlloc.c           |   12 --
 src/xkb/XKBGAlloc.c          |   12 --
 src/xkb/XKBMAlloc.c          |   13 --
 src/xkb/XKBMisc.c            |   13 --
 src/xkb/XKBNames.c           |   56 ----------
 src/xkb/XKBRdBuf.c           |   28 -----
 src/xkb/XKBlibint.h          |    2 
 34 files changed, 15 insertions(+), 814 deletions(-)

New commits:
commit 9bcfd84aa1410387bc8cf002a5f90f44705aa0d1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Mar 1 18:09:07 2013 -0800

    unifdef XKB_IN_SERVER
    
    Leftovers from XKB files that were previously shared between the client
    and server code, but aren't any more.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 769a0efa2298040fe8316a89fc9e75fb61e288e5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Feb 28 20:04:25 2013 -0800

    unifdef CRAY & _CRAY
    
    (mostly performed with unifdef, followed by some manual cleanup of
     the remaining code)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

commit ca106eb03e5f5468df8033300c5caae3d3c6936b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Feb 28 20:04:25 2013 -0800

    unifdef WORD64
    
    WORD64 seems to have only been defined in <X11/Xmd.h> when building for
    CRAY, to handle int being a 64-bit value (ILP64, not LP64) and having
    64-bit alignment requirements.
    
    It hadn't been fully supported even before autotooling, as can be
    seen by removed code such as:
    
     #ifdef WORD64
     _XkbWriteCopyData32 Not Implemented Yet for sizeof(int)==8
     #endif
    
    (mostly performed with unifdef, followed by some manual cleanup of
     the remaining code)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 9399caf2c12cbe1ed56f4f6b368c5811cb5d0458
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Feb 28 20:04:25 2013 -0800

    unifdef MUSTCOPY
    
    MUSTCOPY seems to have only been defined in <X11/Xmd.h> when building for
    CRAY, to handle missing some sizes of integer type.
    
    (mostly performed with unifdef, followed by some manual cleanup of
     spacing/indenting in the remaining code)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list