• Show log

    Commit

  • Hash : 85d8a79f
    Author : Sam Lantinga
    Date : 2016-12-12T09:19:48

    Fixed updated return value for SDL_GL_SwapWindow()
    
    Ozkan Sezer
    
    http://hg.libsdl.org/SDL/rev/464a2676d8ab seems to have
    forgotten removing the return from SDL_dynapi_procs.h, and this patch
    does that. Without it, MSVC warns:
    c:\sdl2\src\dynapi\SDL_dynapi_procs.h(598) : warning C4098:
    'SDL_GL_SwapWindow_DEFAULT' : 'void' function returning a value
    c:\sdl2\src\dynapi\SDL_dynapi_procs.h(598) : warning C4098:
    'SDL_GL_SwapWindow' : 'void' function returning a value
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    http://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)