[load_ncinput] send synthesized signal even when draining

This commit is contained in:
nick black 2021-10-10 22:03:41 -04:00
parent 41cf28b775
commit 39ccdbfcb6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -449,6 +449,7 @@ static void
load_ncinput(inputctx* ictx, const ncinput *tni, int synthsig){
inc_input_events(ictx);
if(ictx->drain){
send_synth_signal(synthsig);
return;
}
pthread_mutex_lock(&ictx->ilock);