mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-02 04:24:26 +01:00
The function sc_cond_timedwait() accepted a parameter representing the max duration to wait, because it internally uses SDL_CondWaitTimeout(). Instead, accept a deadline, to be consistent with pthread_cond_timedwait().