• Show log

    Commit

  • Hash : 350ca0f9
    Author : Ryan C. Gordon
    Date : 2021-08-03T04:57:53

    winrt: Don't register orientation hint callback in startup code.
    
    SDL_AddHintCallback() uses SDL_malloc(), which means this would
    run before main(), so the app wouldn't be able to supply its own
    replacement SDL_malloc() implementation in time.
    
    This code was moved to under SDL_Init. Since the hint callback
    already makes efforts to not override the app manifest's
    orientation settings, this is safe to move until after pre-main()
    startup.
    
    Fixes #4449.
    

  • 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