scrcpy/app
Romain Vimont 5ebf31d483 Remove useless screen render on initialization
screen_render() should not be called on initialization:
 1. it is useless, since the window is hidden until the first frame;
 2. it writes an empty texture (probably green) to the renderer.
2018-02-15 13:42:31 +01:00
..
src Remove useless screen render on initialization 2018-02-15 13:42:31 +01:00
tests Swap position/point names 2018-01-29 14:52:22 +01:00
meson.build Refactor screencontrol to inputmanager 2018-02-15 12:07:47 +01:00