Home
last modified time | relevance | path

Searched refs:window_mode_height_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/widelands/widelands-build21/src/graphic/
H A Dgraphic.cc76 window_mode_height_ = window_mode_h; in initialize()
82 log("Graphics: Try to set Videomode %ux%u\n", window_mode_width_, window_mode_height_); in initialize()
85 window_mode_width_, window_mode_height_, SDL_WINDOW_OPENGL); in initialize()
166 window_mode_height_ = h; in change_resolution()
231 SDL_SetWindowSize(sdl_window_, window_mode_width_, window_mode_height_); in set_fullscreen()
248 if (true_width != window_mode_width_ || true_height != window_mode_height_) { in refresh()
249 SDL_SetWindowSize(sdl_window_, window_mode_width_, window_mode_height_); in refresh()
H A Dgraphic.h108 int window_mode_height_ = 0; variable