Hyprland/src/events
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
..
Events.hpp core: Add clang-tidy (#8664) 2024-12-07 18:51:18 +01:00
Windows.cpp window: move size reporting to animation begin callback (#9298) 2025-02-06 11:21:04 +00:00