xfd: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Sep 28 21:56:49 PDT 2011


 Makefile.am  |    6 +--
 configure.ac |    6 +--
 grid.c       |  108 +++++++++++++++++++++++++++++------------------------------
 grid.h       |    2 -
 gridP.h      |    6 +--
 xfd.c        |   72 +++++++++++++++++++--------------------
 6 files changed, 100 insertions(+), 100 deletions(-)

New commits:
commit 74d5bc691b3a6dcc2dee99ed8b3c15d781b93843
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 28 21:55:00 2011 -0700

    Remove freetype2 from PKG_CHECK_MODULES list
    
    No direct calls to libfreetype functions or #includes of freetype headers
    
    Fixes Solaris ld -z guidance warning:
    ld: guidance: removal of unused dependency recommended: libfreetype.so.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit bc9769630b473230e7a403817ec5e82317457f09
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 28 21:53:12 2011 -0700

    Add const attribute to domaindir fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e53ac1417a453abbdba751345ef6a227d65ef5e7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 28 21:49:29 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>



More information about the xorg-commit mailing list