提交 9882b6a5 编写于 作者: R Romain Vimont

setwindowsize

上级 71c98d0a
......@@ -333,6 +333,8 @@ screen_init_rendering(struct screen *screen, const char *window_title,
return false;
}
SDL_SetWindowSize(screen->window, window_size.width, window_size.height);
screen_update_content_rect(screen);
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册