xserver: Changes to 'mingw-build-fixes'

Jon TURNEY jturney at kemper.freedesktop.org
Fri Mar 20 07:49:31 PDT 2015


New branch 'mingw-build-fixes' available with the following commits:
commit d46ea1ef474c8a87310b9921b456d350f2d35e20
Author: Colin Harrison <colin.harrison at virgin.net>
Date:   Fri Mar 20 14:25:17 2015 +0000

    os/utils.c: Fix prototype for Win32TempDir()
    
    xorg/xserver/os/utils.c: In function ‘Win32TempDir’:
    xorg/xserver/os/utils.c:1643:1: warning: old-style function definition [-Wold-style-definition]
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

commit 4ead3954d90214ce918212a935c2d71971cba5a0
Author: Colin Harrison <colin.harrison at virgin.net>
Date:   Fri Mar 20 14:25:53 2015 +0000

    os/utils.c: Don't try to build os_move_fd() for WIN32
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

commit 9a8770087a230445e9f975a9b0bb1508241c23cd
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Fri Mar 20 14:29:58 2015 +0000

    hw/xnest: Fix build for MinGW
    
    Include the wrapped windows.h via X11/Xwindows.h before xcb_keysyms.h to avoid
    type clashes caused by the unwrapped windows.h that includes.
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

commit 2b76a363b57f68a1584324b358abac54f5a9b294
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Wed Mar 18 13:29:22 2015 +0000

    hw/xwin/winclipboard: Link xwinclip with -lpthread
    
    Link xwinclip with -lpthread to fix build for MinGW
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

commit ed3766b1c5173a1ea2b5c856c94e2c415888039e
Author: Colin Harrison <colin.harrison at virgin.net>
Date:   Fri Mar 20 14:06:49 2015 +0000

    os/xdmcp.c: Include Xtrans.h when building for WIN32
    
    Xtrans.h must be included on WIN32 to prototype _XSERVTransWSAStartup()
    
    xserver/os/xdmcp.c: In function ‘get_addr_by_name’:
    xserver/os/xdmcp.c:1483:5: error: implicit declaration of function ‘_XSERVTransWSAStartup’ [-Werror=implicit-function-declaration]
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

commit 411b30ad54fcf027c8bd4a2e6de41cbb80587e0e
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Fri Feb 6 15:16:43 2015 +0000

    Bodge around prototype scoping issues with winauth.c
    
    Fixes compilation with -Werror=implicit-function-declaration
    
    Should definitely look at xcb conversion for internal WM, as that will avoid all
    the xlib/xserver namespace collision issues
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

commit e83565fff36f471d6149affaec99e2c27d83c814
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Fri Feb 6 15:13:52 2015 +0000

    Bodge around prototype scoping issues with winmultiwindowicons.h
    
    Fixes compilation with -Werror=implicit-function-declaration
    
    Should definitely look at xcb conversion for internal WM, as that will avoid all
    the xlib/xserver namespace collision issues
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

commit 43b3239dd66259dc1de5aebf3c0ffdb0e9fda334
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Wed Jul 30 17:15:47 2014 +0100

    Improve code generator to deal with latest khronos opengl registry xml
    
    Refactor of parsing the <proto> XML element
    
    Include all text from the param element, in the order it appears in the xml
    document, as part of the formal parameter definition
    
    This is needed to correctly handle the Khronos XML added in svn r27498
    describing glPathGlyphIndexRangeNV()'s baseAndCount parameter of type GLuint[2]
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>



More information about the xorg-commit mailing list