Author :
rohlem
Date :
2022-01-02 02:36:23
Hash :0403fa8a Message :X11_WaitEventTimeout: remove unreachable return
If that condition was reachable, the return value should be negative to indicate that waiting for the timeout failed.
Otherwise, SDL_WaitEventTimeout would incorrectly return early.