Searched refs:SetWindowModalFor (Results 1 – 3 of 3) sorted by relevance
213 int (*SetWindowModalFor) (_THIS, SDL_Window * modal_window, SDL_Window * parent_window); member
2269 if (!_this->SetWindowModalFor) { in SDL_SetWindowModalFor()2273 return _this->SetWindowModalFor(_this, modal_window, parent_window); in SDL_SetWindowModalFor()
241 device->SetWindowModalFor = X11_SetWindowModalFor; in X11_CreateDevice()