Edit

kc3-lang/SDL/src/core

Branch :

  • Show log

    Commit

  • Author : Cameron Gutman
    Date : 2021-10-30 19:30:34
    Hash : a5598649
    Message : x11/wayland: Fix signal handling while blocking in WaitEventTimeout() Add a new flag to avoid suppressing EINTR in SDL_IOReady(). Pass the flag in WaitEventTimeout() to ensure that a SIGINT will wake up SDL_WaitEvent() without another event coming in.