Home
last modified time | relevance | path

Searched refs:SetWindowModalFor (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h213 int (*SetWindowModalFor) (_THIS, SDL_Window * modal_window, SDL_Window * parent_window); member
DSDL_video.c2269 if (!_this->SetWindowModalFor) { in SDL_SetWindowModalFor()
2273 return _this->SetWindowModalFor(_this, modal_window, parent_window); in SDL_SetWindowModalFor()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c241 device->SetWindowModalFor = X11_SetWindowModalFor; in X11_CreateDevice()