scrcpy/app
Romain Vimont 1846d2f078 Prevent killing unexpected process
A missing initialization (fixed by the previous commit) leaded to kill
unexpected process.

In order to prevent consequences of similar errors in the future, never
call kill() with a non-positive PID.

See <https://github.com/Genymobile/scrcpy/issues/182>.
2018-06-22 19:56:58 +02:00
..
src Prevent killing unexpected process 2018-06-22 19:56:58 +02:00
tests Add missing includes 2018-05-13 15:33:13 +02:00
meson.build Use a meson option to crossbuild for Windows 2018-06-05 20:45:41 +02:00