Hyprland/src/layout
Maximilian Seidler ff9e059de6
window: move size reporting to animation begin callback (#9298)
* window: fix resizes with an update callback

* window: fixup sendWindowSize

Remove the size argument from sendWindowSize, since it is now a member of the Window class
and we don't want any mismatches between m_vRealSize and what we report.

Remove sendWindowSize from mapWindow, since we shouldn't need it.

* window: sendWindowSize on animation begin

* window: move most calls to sendWindowSize to the animation begin
callback

* window: remove sendWindowSize in unmanaged if not fullscreen
2025-02-06 11:21:04 +00:00
..
DwindleLayout.cpp window: move size reporting to animation begin callback (#9298) 2025-02-06 11:21:04 +00:00
DwindleLayout.hpp internal: remove dead code (#8748) 2024-12-17 17:31:27 +01:00
IHyprLayout.cpp window: move size reporting to animation begin callback (#9298) 2025-02-06 11:21:04 +00:00
IHyprLayout.hpp core,hyprctl: clang, clang-tidy, typo fixes and dtors changes (#9233) 2025-01-30 11:07:06 +00:00
MasterLayout.cpp window: move size reporting to animation begin callback (#9298) 2025-02-06 11:21:04 +00:00
MasterLayout.hpp core,hyprctl: clang, clang-tidy, typo fixes and dtors changes (#9233) 2025-01-30 11:07:06 +00:00