Fixed warning

Fixes https://github.com/libsdl-org/SDL/issues/5842
This commit is contained in:
Sam Lantinga 2022-11-13 11:09:20 -08:00
parent 1b0277da61
commit 674989261d
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ WINRT_DetectWindowFlags(SDL_Window * window)
#if SDL_WINRT_USE_APPLICATIONVIEW
if (data->appView) {
is_fullscreen = data->appView->IsFullScreen;
is_fullscreen = data->appView->IsFullScreenMode;
}
#elif (WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP) || (NTDDI_VERSION == NTDDI_WIN8)
is_fullscreen = true;