Searched refs:is_destroying (Results 1 – 4 of 4) sorted by relevance
119 if (!window->is_destroying) { in Android_SetWindowFullscreen()
102 SDL_bool is_destroying; member
1224 …if (window->is_destroying && (window->last_fullscreen_flags & FULLSCREEN_MASK) == SDL_WINDOW_FULLS… in SDL_UpdateFullscreenMode()1570 window->is_destroying = SDL_FALSE; in SDL_CreateWindow()1636 window->is_destroying = SDL_FALSE; in SDL_CreateWindowFrom()1736 window->is_destroying = SDL_FALSE; in SDL_RecreateWindow()2719 if (!(window->flags & SDL_WINDOW_FULLSCREEN) || window->is_destroying) { in ShouldMinimizeOnFocusLoss()2782 window->is_destroying = SDL_TRUE; in SDL_DestroyWindow()
715 if (window->is_destroying) {781 if (window->is_destroying) {
Completed in 13 milliseconds