renderer: fix mouse motion in VRR (#12665)
This commit is contained in:
parent
4330b49a84
commit
cbeb6984e7
12 changed files with 63 additions and 105 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue