scrcpy/app
Romain Vimont b8edcf52b0 Simplify process_wait()
The function process_wait() returned a bool (true if the process
terminated successfully) and provided the exit code via an output
parameter exit_code.

But the returned value was always equivalent to exit_code == 0, so just
return the exit code instead.
2021-01-22 18:29:21 +01:00
..
src Simplify process_wait() 2021-01-22 18:29:21 +01:00
tests Fix size_t incorrectly assigned to int 2021-01-17 19:44:23 +01:00
meson.build Factorize meson compiler variable initialization 2021-01-17 19:44:23 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00