mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
Jasper St. Pierre
43b3573c51
window-wayland: Always update the last_sent size
The last_sent size is effectively what size we should send in configure requests where the size hasn't changed. Thus, if an app commits a new size, we need to make sure we respect it and don't reconfigure it with a size it wasn't expecting when the state changes. This fixes apps being sent a configure event with 0, 0 on startup, which was confusing Clutter into displaying a 0x0 viewport.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%