mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 16:05:58 +01:00
xwayland: remove reportedsize set in unmanagedSetGeometry (#4539)
This commit is contained in:
parent
df990c80e2
commit
0e5f14d8d2
1 changed files with 1 additions and 2 deletions
|
@ -1137,8 +1137,7 @@ void Events::listener_unmanagedSetGeometry(void* owner, void* data) {
|
||||||
g_pHyprRenderer->damageWindow(PWINDOW);
|
g_pHyprRenderer->damageWindow(PWINDOW);
|
||||||
|
|
||||||
PWINDOW->m_vReportedPosition = PWINDOW->m_vRealPosition.goalv();
|
PWINDOW->m_vReportedPosition = PWINDOW->m_vRealPosition.goalv();
|
||||||
PWINDOW->m_vReportedSize = PWINDOW->m_vRealSize.goalv();
|
PWINDOW->m_vPendingReportedSize = PWINDOW->m_vRealSize.goalv();
|
||||||
PWINDOW->m_vPendingReportedSize = PWINDOW->m_vReportedSize;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue