Searched refs:last_fullscreen_flags (Results 1 – 4 of 4) sorted by relevance
1167 …if (window->is_destroying && (window->last_fullscreen_flags & FULLSCREEN_MASK) == SDL_WINDOW_FULLS… in SDL_UpdateFullscreenMode()1171 …if (fullscreen && ((window->last_fullscreen_flags & FULLSCREEN_MASK) == SDL_WINDOW_FULLSCREEN_DESK… in SDL_UpdateFullscreenMode()1175 …} else if (fullscreen && ((window->last_fullscreen_flags & FULLSCREEN_MASK) == SDL_WINDOW_FULLSCRE… in SDL_UpdateFullscreenMode()1187 window->last_fullscreen_flags = window->flags; in SDL_UpdateFullscreenMode()1228 … if ((window->last_fullscreen_flags & FULLSCREEN_MASK) == (window->flags & FULLSCREEN_MASK)) { in SDL_UpdateFullscreenMode()1282 window->last_fullscreen_flags = window->flags; in SDL_UpdateFullscreenMode()1302 window->last_fullscreen_flags = window->flags; in SDL_UpdateFullscreenMode()1431 window->last_fullscreen_flags = window->flags; in SDL_CreateWindow()1491 window->last_fullscreen_flags = window->flags; in SDL_CreateWindowFrom()1552 window->last_fullscreen_flags = window->flags; in SDL_RecreateWindow()[all …]
82 Uint32 last_fullscreen_flags; member
528 …window->last_fullscreen_flags = window->flags; // seems necessary to programmatically un-fullscre… in WINRT_UpdateWindowFlags()
365 …} else if (!state && ((window->last_fullscreen_flags & SDL_WINDOW_FULLSCREEN_DESKTOP) != SDL_WINDO…