Searched refs:SetWindowResizable (Results 1 – 6 of 6) sorted by relevance
85 device->SetWindowResizable = HAIKU_SetWindowResizable; in HAIKU_CreateDevice()
231 void (*SetWindowResizable) (_THIS, SDL_Window * window, SDL_bool resizable); member
2033 if ((want != have) && (_this->SetWindowResizable)) { in SDL_SetWindowResizable()2039 _this->SetWindowResizable(_this, window, (SDL_bool) want); in SDL_SetWindowResizable()
165 device->SetWindowResizable = WIN_SetWindowResizable; in WIN_CreateDevice()
254 device->SetWindowResizable = X11_SetWindowResizable; in X11_CreateDevice()
101 device->SetWindowResizable = Cocoa_SetWindowResizable;
Completed in 14 milliseconds