mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-04 15:19:11 +00:00
fix
This commit is contained in:
parent
5024b67b9c
commit
fe76bf3ebb
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ screen_resize_to_fit(struct screen *screen) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool flags = SDL_GetWindowFlags(screen->window);
|
int flags = SDL_GetWindowFlags(screen->window);
|
||||||
LOGI("resize to fit (%d 0x%x)", screen->maximized, flags);
|
LOGI("resize to fit (%d 0x%x)", screen->maximized, flags);
|
||||||
|
|
||||||
if (screen->maximized) {
|
if (screen->maximized) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue