[load_ncinput] send synthesized signal even when draining

pull/2263/head
nick black 3 years ago
parent 41cf28b775
commit 39ccdbfcb6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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);

Loading…
Cancel
Save