scrcpy/app
Romain Vimont 05e8c1a3c5 Call CloseHandle() after wait on Windows
TerminateProcess() is "equivalent" to kill(), while
WaitForSingleObject() is "equivalent" to waitpid(), so the handle must
be closed after WaitForSingleObject().
2021-01-01 23:57:01 +01:00
..
src Call CloseHandle() after wait on Windows 2021-01-01 23:57:01 +01:00
tests Customize shortcut modifier 2020-08-01 16:31:27 +02:00
meson.build Replace noconsole binary by a wrapper script 2020-12-22 18:51:59 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00