提交 db6644f1 编写于 作者: R Romain Vimont

Add missing no_window initialization

Initialize the field no_window in "struct args"
上级 36191b7e
......@@ -395,6 +395,7 @@ main(int argc, char *argv[]) {
.max_size = DEFAULT_MAX_SIZE,
.bit_rate = DEFAULT_BIT_RATE,
.always_on_top = SDL_FALSE,
.no_window = SDL_FALSE,
};
if (!parse_args(&args, argc, argv)) {
return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册