mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
3b2f2efac7
Window.decorations.height is supposed to be a constant during the lifetime of the window, unlike w.decorations.Config.decoHeight that varies depending on the decorations state (fallback or custom). This change makes that so, fixing a problem where the fallback decorations would fail to offset client content after a maximize or minimize. Signed-off-by: Elias Naur <mail@eliasnaur.com>