Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h222 int (*SetWindowModalFor) (_THIS, SDL_Window * modal_window, SDL_Window * parent_window); member
A DSDL_video.c2484 if (!_this->SetWindowModalFor) { in SDL_SetWindowModalFor()
2488 return _this->SetWindowModalFor(_this, modal_window, parent_window); in SDL_SetWindowModalFor()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c245 device->SetWindowModalFor = X11_SetWindowModalFor; in X11_CreateDevice()

Completed in 13 milliseconds