fontsproto: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Feb 24 13:23:55 PST 2015


 font.h      |    4 +++-
 fontproto.h |   29 ++++++++++++++++-------------
 2 files changed, 19 insertions(+), 14 deletions(-)

New commits:
commit f900146aa6d6b67ad5e15436201ce81a874a29a7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 7 11:36:08 2015 -0800

    Explictly mark as _X_EXPORT functions that callers must export to libXfont
    
    Fixes Solaris Studio errors building xserver with -xldscope=hidden:
    
    "dixfonts.c", line 1840: redeclaration must have the same or more
     restrictive linker scoping: GetDefaultPointSize
    "dixfonts.c", line 1847: redeclaration must have the same or more
     restrictive linker scoping: GetClientResolutions
    "dixfonts.c", line 1893: redeclaration must have the same or more
     restrictive linker scoping: RegisterFPEFunctions
    "dixfonts.c", line 1952: redeclaration must have the same or more
     restrictive linker scoping: GetNewFontClientID
    "dixfonts.c", line 1959: redeclaration must have the same or more
     restrictive linker scoping: StoreFontClientFont
    "dixfonts.c", line 1966: redeclaration must have the same or more
     restrictive linker scoping: DeleteFontClientID
    "dixfonts.c", line 1973: redeclaration must have the same or more
     restrictive linker scoping: client_auth_generation
    "dixfonts.c", line 1983: redeclaration must have the same or more
     restrictive linker scoping: init_fs_handlers
    "dixfonts.c", line 2003: redeclaration must have the same or more
     restrictive linker scoping: remove_fs_handlers
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list