Searched refs:GetWindowPos (Results 1 – 5 of 5) sorted by relevance
224 void (*GetWindowPos)(_THIS, int *px, int *py); member
1986 if (video && video->GetWindowPos) in SDL_WM_GetPos()1987 video->GetWindowPos(video, px, py); in SDL_WM_GetPos()
169 device->GetWindowPos = X11_GetWindowPos; in X11_CreateDevice()
221 device->GetWindowPos = DIB_GetWinPos; in DIB_CreateDevice()
225 device->GetWindowPos = QZ_GetWindowPos;