mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 07:30:05 +01:00
surfacemgr: also remove monitor from scheduled frames
remove monitor from scheduled frames on destroy.
This commit is contained in:
parent
51fe76aa14
commit
b1c6b0d4b8
1 changed files with 1 additions and 0 deletions
|
|
@ -123,4 +123,5 @@ void CSurfaceManager::sendScheduledFrames(PHLMONITORREF monitor, const Time::ste
|
|||
|
||||
void CSurfaceManager::destroy(PHLMONITORREF monitor) {
|
||||
m_buffers.erase(monitor);
|
||||
m_scheduledForFrame.erase(monitor);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue