diff options
Diffstat (limited to 'src/debug/HyprNotificationOverlay.cpp')
-rw-r--r-- | src/debug/HyprNotificationOverlay.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/HyprNotificationOverlay.cpp b/src/debug/HyprNotificationOverlay.cpp index a45ba2b2..94cb6a6c 100644 --- a/src/debug/HyprNotificationOverlay.cpp +++ b/src/debug/HyprNotificationOverlay.cpp @@ -132,6 +132,8 @@ void CHyprNotificationOverlay::draw(CMonitor* pMonitor) { g_pHyprRenderer->damageBox(&damage); g_pHyprRenderer->damageBox(&m_bLastDamage); + g_pCompositor->scheduleFrameForMonitor(pMonitor); + m_bLastDamage = damage; // copy the data to an OpenGL texture we have |