renderer: fix mouse motion in VRR (#12665)

This commit is contained in:
Szwagi 2026-01-31 13:37:01 +00:00 committed by GitHub
parent 4330b49a84
commit cbeb6984e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 63 additions and 105 deletions

View file

@ -115,7 +115,7 @@ void CHyprBorderDecoration::updateWindow(PHLWINDOW) {
}
void CHyprBorderDecoration::damageEntire() {
if (!validMapped(m_window))
if (!validMapped(m_window) || m_window->isFullscreen())
return;
auto surfaceBox = m_window->getWindowMainSurfaceBox();