mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
oiio: new streamer api
This commit is contained in:
parent
1b0a4cb41a
commit
df8d4951e6
@ -161,7 +161,7 @@ auto ncvisual_stream(notcurses* nc, ncvisual* ncv, nc_err_e* ncerr, float timesc
|
||||
clock_gettime(CLOCK_MONOTONIC, &now);
|
||||
int r;
|
||||
if(streamer){
|
||||
r = streamer(newn, ncv, &now, curry);
|
||||
r = streamer(ncv, &activevopts, &now, curry);
|
||||
}
|
||||
if(r){
|
||||
if(activevopts.n != vopts->n){
|
||||
|
Loading…
x
Reference in New Issue
Block a user