xfs: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Tue Feb 25 12:59:59 PST 2014


 difs/difsutils.c    |    5 +++--
 difs/fonts.c        |    8 ++++----
 include/difs.h      |    4 +---
 include/difsutils.h |    2 +-
 include/misc.h      |    1 -
 os/xfstrans.c       |    3 ++-
 6 files changed, 11 insertions(+), 12 deletions(-)

New commits:
commit 2c7945278c8f5b7c70b0ef12b4024caa43ac152e
Author: Keith Packard <keithp at keithp.com>
Date:   Wed Jan 29 13:14:22 2014 -0800

    Warning fixes.
    
    XFS replicates quite a bit of X server infrastructure so that it can
    share libXfont. Many of those shared functions are declared in shared
    font header files (either fontsproto.h or fontmisc.h). This patch
    removes duplicate definitions from the XFS header files and makes sure
    the shared header files are included in the right places to get the
    functions declared before being defined.
    
    Of course, some of those function types have changed, in particular
    CopyISOLatin1Lowered now takes a const char * source parameter.
    
    This patch also stops re-using the 'port' variable in
    GetInetdListenInfo when fetching the ReopenInfo. That's not strictly
    necessary here, but will be useful when the Reopen API in libxtrans
    changes to take a constant parameter.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Tested-by: Gaetan Nadon <memsize at videotron.ca>
    Signed-off-by: Keith Packard <keithp at keithp.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list