mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 03:55:46 -07:00
xwayland: remove reportedsize set in unmanagedSetGeometry (#4539)
This commit is contained in:
committed by
GitHub
parent
df990c80e2
commit
0e5f14d8d2
@@ -1137,8 +1137,7 @@ void Events::listener_unmanagedSetGeometry(void* owner, void* data) {
|
||||
g_pHyprRenderer->damageWindow(PWINDOW);
|
||||
|
||||
PWINDOW->m_vReportedPosition = PWINDOW->m_vRealPosition.goalv();
|
||||
PWINDOW->m_vReportedSize = PWINDOW->m_vRealSize.goalv();
|
||||
PWINDOW->m_vPendingReportedSize = PWINDOW->m_vReportedSize;
|
||||
PWINDOW->m_vPendingReportedSize = PWINDOW->m_vRealSize.goalv();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user