scrcpy/app
Romain Vimont d0e090e1f9 Reenable custom SDL signal handlers
This partially reverts commit f00c6c5b13.

On Ctrl+C, we need to execute cleanup code. For instance, if recording
is enabled, we need to write MP4 file trailer on exit.

Custom SDL signal handlers were disabled because it leaded to process
hanging on Ctrl+C during network calls on initialization, but now it
seems to work correctly, the network calls return immediately on signal.
2018-11-11 21:37:31 +01:00
..
src Reenable custom SDL signal handlers 2018-11-11 21:37:31 +01:00
tests Declare fun(void) functions with no parameters 2018-10-04 17:04:20 +02:00
meson.build Add recorder 2018-11-11 16:30:23 +01:00