Searched refs:SetWindowResizable (Results 1 – 7 of 7) sorted by relevance
84 device->SetWindowResizable = BE_SetWindowResizable; in BE_CreateDevice()
222 void (*SetWindowResizable) (_THIS, SDL_Window * window, SDL_bool resizable); member
1845 if ((want != have) && (_this->SetWindowResizable)) { in SDL_SetWindowResizable()1851 _this->SetWindowResizable(_this, window, (SDL_bool) want); in SDL_SetWindowResizable()
189 device->SetWindowResizable = NULL; in MIR_CreateDevice()
148 device->SetWindowResizable = WIN_SetWindowResizable; in WIN_CreateDevice()
99 device->SetWindowResizable = Cocoa_SetWindowResizable;
250 device->SetWindowResizable = X11_SetWindowResizable; in X11_CreateDevice()