Lines Matching refs:windows
1292 for (other = _this->windows; other; other = other->next) { in SDL_UpdateFullscreenMode()
1400 for (window = _this->windows; window; window = window->next) { in SDL_ToggleDragAndDropSupport()
1569 window->next = _this->windows; in SDL_CreateWindow()
1572 if (_this->windows) { in SDL_CreateWindow()
1573 _this->windows->prev = window; in SDL_CreateWindow()
1575 _this->windows = window; in SDL_CreateWindow()
1639 window->next = _this->windows; in SDL_CreateWindowFrom()
1640 if (_this->windows) { in SDL_CreateWindowFrom()
1641 _this->windows->prev = window; in SDL_CreateWindowFrom()
1643 _this->windows = window; in SDL_CreateWindowFrom()
1772 return (_this && _this->windows != NULL); in SDL_HasWindows()
1791 for (window = _this->windows; window; window = window->next) { in SDL_GetWindowFromID()
2767 for (window = _this->windows; window; window = window->next) { in SDL_GetFocusWindow()
2848 _this->windows = window->next; in SDL_DestroyWindow()
2911 while (_this->windows) { in SDL_VideoQuit()
2912 SDL_DestroyWindow(_this->windows); in SDL_VideoQuit()
4121 for (window = _this->windows; window != NULL; window = window->next) { in SDL_OnApplicationWillResignActive()
4145 for (window = _this->windows; window != NULL; window = window->next) { in SDL_OnApplicationDidBecomeActive()