Searched refs:SetWindowModalFor (Results 1 – 3 of 3) sorted by relevance
222 int (*SetWindowModalFor) (_THIS, SDL_Window * modal_window, SDL_Window * parent_window); member
2484 if (!_this->SetWindowModalFor) { in SDL_SetWindowModalFor()2488 return _this->SetWindowModalFor(_this, modal_window, parent_window); in SDL_SetWindowModalFor()
245 device->SetWindowModalFor = X11_SetWindowModalFor; in X11_CreateDevice()
Completed in 10 milliseconds