mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
Merge branch 'master' into screen-capture
This commit is contained in:
commit
233e32c978
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ screen_init_rendering(struct screen *screen, const char *window_title,
|
|||
if (window_borderless) {
|
||||
window_flags |= SDL_WINDOW_BORDERLESS;
|
||||
}
|
||||
|
||||
|
||||
int x = window_x != -1 ? window_x : (int) SDL_WINDOWPOS_UNDEFINED;
|
||||
int y = window_y != -1 ? window_y : (int) SDL_WINDOWPOS_UNDEFINED;
|
||||
screen->window = SDL_CreateWindow(window_title, x, y,
|
||||
|
|
Loading…
Add table
Reference in a new issue