• Show log

    Commit

  • Hash : 8669a87f
    Author : M Stoeckl
    Date : 2020-07-14T21:13:27

    Reuse X11 connection from availability check
    
    Instead of creating an X11 connection to test that X11 is available,
    closing the connection, and then reconnecting for real, use the same
    connection to handle both cases.
    
    The X11 connection retry delay mechanism in the case where X11 is
    dynamically loaded has been removed. It was only necessary to avoid
    authetnication token reuse from the XOpenDisplay call that used to
    exist in X11_Available. Now that this call is only made once, it
    is no longer needed.
    
    Also drop unused and inapplicable code from a comment.
    ***
    

  • 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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://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)