Patched to disable window title bar

Have a look at ENG-367.  We're applying this patch:
https://github.com/Genymobile/scrcpy/issues/680
This commit is contained in:
admin 2019-10-11 09:28:59 -04:00
parent 1f8ba1ca79
commit f8e6d50b16

View file

@ -153,6 +153,8 @@ screen_init_rendering(struct screen *screen, const char *window_title,
#endif
}
window_flags |= SDL_WINDOW_BORDERLESS;
screen->window = SDL_CreateWindow(window_title, SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
window_size.width, window_size.height,