scrcpy/app
Romain Vimont 32e692d5d2 Replace delay by deadline in timedwait()
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().
2021-07-14 14:22:32 +02:00
..
src Replace delay by deadline in timedwait() 2021-07-14 14:22:32 +02:00
tests Rename queue to sc_queue 2021-07-14 00:35:10 +02:00
meson.build Wrap tick API 2021-07-14 14:22:32 +02:00
scrcpy.1 Fix manpage formatting 2021-07-06 18:33:04 +02:00