• Show log

    Commit

  • Hash : e3f4ca0d
    Author : Ryan C. Gordon
    Date : 2015-06-08T01:13:51

    configure/cmake/x11: Removed SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 test.
    
    This was the only thing that made SDL_config.h generate differently between
    32 and 64-bit versions of Linux, so instead we force a function cast in our
    X11 code to match our dynamic loader version, which removes the compile error
    on some machines that prompted this test in the first place.
    
    Xlib never wrote to this data, so if you're on an older Xlib where this param
    wasn't const, your data should still be intact when we force the caller to
    think it was actually const after all.
    
    Fixes Bugzilla #1893.
    

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