libFS: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 18 22:17:54 PST 2011


 doc/FSlib.txt             |   12 ++++++------
 include/X11/fonts/FSlib.h |    8 ++++----
 src/FSFontInfo.c          |    2 +-
 src/FSFtNames.c           |    2 +-
 src/FSOpenServ.c          |    4 ++--
 src/FSServName.c          |    6 +++---
 src/FSlibInt.c            |    4 ++--
 src/FSlibint.h            |    2 +-
 8 files changed, 20 insertions(+), 20 deletions(-)

New commits:
commit 447b3268bfb2d6a92d105ad75c2ac5462f1adecb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Nov 11 22:54:21 2011 -0800

    Mark pattern argument to FSListFonts* as const char *
    
    Needed to fix gcc -Wwrite-strings warnings in clients such as fslsfonts
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5dae1f32a775c3f99f26571f3fab8fb4f0f2874f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 28 22:28:22 2011 -0700

    Change FSOpenServer and FSServerName to take const char * args.
    
    Almost matches the current versions of the XOpenDisplay & XDisplayName
    functions they're modeled on - unlike XDisplayName, FSServerName now
    returns const char * as well so we don't lose the constness of the
    string passed in if we return it.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list