Add missing no_window initialization
Initialize the field no_window in "struct args"
This commit is contained in:
parent
36191b7eec
commit
db6644f1f9
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ main(int argc, char *argv[]) {
|
||||||
.max_size = DEFAULT_MAX_SIZE,
|
.max_size = DEFAULT_MAX_SIZE,
|
||||||
.bit_rate = DEFAULT_BIT_RATE,
|
.bit_rate = DEFAULT_BIT_RATE,
|
||||||
.always_on_top = SDL_FALSE,
|
.always_on_top = SDL_FALSE,
|
||||||
|
.no_window = SDL_FALSE,
|
||||||
};
|
};
|
||||||
if (!parse_args(&args, argc, argv)) {
|
if (!parse_args(&args, argc, argv)) {
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue