bitmap: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Oct 14 22:30:41 PDT 2011


 BitEdit.c                  |  234 ++++++++---------
 Bitmap.c                   |  610 ++++++++++++++++++++++-----------------------
 Bitmap.h                   |   18 -
 BitmapP.h                  |   16 -
 CutPaste.c                 |   40 +-
 Dialog.c                   |   52 +--
 Graphics.c                 |  468 +++++++++++++++++-----------------
 Handlers.c                 |  302 +++++++++++-----------
 Makefile.am                |    6 
 ReqMach.c                  |   68 ++---
 Requests.h                 |   10 
 app-defaults/Bitmap        |    6 
 app-defaults/Bitmap-nocase |    6 
 atobm.c                    |   24 -
 bmtoa.c                    |   14 -
 configure.ac               |    4 
 16 files changed, 940 insertions(+), 938 deletions(-)

New commits:
commit a8ee8e937e8d939522f18fa5723afea084221467
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 14 21:25:06 2011 -0700

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 64eacd3665306283d126d0df7cf63a071e576c38
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 14 21:22:26 2011 -0700

    Constify filename string handling
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ca7bf97b6e83b25e7142b321e5f2325b1e47c2d0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 14 21:03:48 2011 -0700

    Add const to char * in BWRequest typedef
    
    Fixes many gcc --Wwrite-string warnings of the form:
    
    Bitmap.c: In function ‘BWTPaste’:
    Bitmap.c:1913:7: warning: passing argument 2 of ‘BWEngageRequest’ discards qualifiers from pointer target type
    Bitmap.h:190:16: note: expected ‘BWRequest’ but argument is of type ‘const char *’
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list