Merge pull request #2929 from jpark37/wgc-fail-invalidate
win-capture: Reset WGC fail flag for new windowmaster
commit
c8aec387c3
|
@ -421,6 +421,7 @@ static void wc_tick(void *data, float seconds)
|
|||
return;
|
||||
}
|
||||
|
||||
wc->previously_failed = false;
|
||||
reset_capture = true;
|
||||
|
||||
} else if (IsIconic(wc->window)) {
|
||||
|
|
Loading…
Reference in New Issue