mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 01:25:59 +01:00
e
This commit is contained in:
parent
5a45587300
commit
9a573abff7
1 changed files with 1 additions and 1 deletions
|
@ -1679,7 +1679,7 @@ void Aquamarine::CDRMOutput::scheduleFrame(const scheduleFrameReason reason) {
|
|||
connector->isPageFlipPending, connector->frameEventScheduled)));
|
||||
needsFrame = true;
|
||||
|
||||
if (connector->isPageFlipPending || connector->frameEventScheduled)
|
||||
if (connector->isPageFlipPending || connector->frameEventScheduled || !state->state().enabled)
|
||||
return;
|
||||
|
||||
connector->frameEventScheduled = true;
|
||||
|
|
Loading…
Reference in a new issue