mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
player: don't mix designated and undesignated initializers
This commit is contained in:
parent
e20fb4ac8f
commit
3167066de5
@ -78,7 +78,10 @@ auto perframe(struct ncvisual* ncv, struct ncvisual_options* vopts,
|
|||||||
.x = 0,
|
.x = 0,
|
||||||
.rows = 1,
|
.rows = 1,
|
||||||
.cols = dimx,
|
.cols = dimx,
|
||||||
nullptr, "subt", nullptr, 0,
|
.userptr = nullptr,
|
||||||
|
.name = "subt",
|
||||||
|
.resizecb = nullptr,
|
||||||
|
.flags = 0,
|
||||||
};
|
};
|
||||||
marsh->subtitle_plane = ncplane_create(notcurses_stdplane(nc), &nopts);
|
marsh->subtitle_plane = ncplane_create(notcurses_stdplane(nc), &nopts);
|
||||||
uint64_t channels = 0;
|
uint64_t channels = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user