This commit is contained in:
Romain Vimont
2020-05-13 11:45:58 +02:00
parent 5024b67b9c
commit fe76bf3ebb

View File

@@ -488,7 +488,7 @@ screen_resize_to_fit(struct screen *screen) {
return;
}
bool flags = SDL_GetWindowFlags(screen->window);
int flags = SDL_GetWindowFlags(screen->window);
LOGI("resize to fit (%d 0x%x)", screen->maximized, flags);
if (screen->maximized) {