scrcpy/app
Romain Vimont 0b1e59186f Workaround continuous resizing on Windows/MacOS
On Windows and MacOS, resizing blocks the event loop, so resizing events
are not triggered:
 - <https://bugzilla.libsdl.org/show_bug.cgi?id=2077>
 - <https://stackoverflow.com/a/40693139/1987178>

As a workaround, register an event watcher to render the screen from
another thread.

Since the whole event loop is blocked during resizing, the screen
content is not refreshed (on Windows and MacOS) until resizing ends.
2018-03-13 22:48:04 +01:00
..
src Workaround continuous resizing on Windows/MacOS 2018-03-13 22:48:04 +01:00
tests Fix text input event segfault 2018-03-09 22:30:10 +01:00
meson.build Upgrade version to 1.0 2018-03-08 09:21:06 +01:00