scrcpy/app
Romain Vimont 82efff34e8 Factorize texture creation
SDL_CreateTexture() is called both during initialization and on frame
size change.

To avoid inconsistent changes to arguments value, factorize them to a
single function create_texture().
2018-03-27 11:01:40 +02:00
..
src Factorize texture creation 2018-03-27 11:01:40 +02:00
tests Fix text input event segfault 2018-03-09 22:30:10 +01:00
meson.build Include source root directory 2018-03-20 21:32:41 +01:00