Skip to content

core: Only force placement of windows that should be mapped

Brendan William requested to merge btwilliam/mutter:x11-maximize into main
window_has_buffer always returns as TRUE in the X11 session; windows
can be force-placed too early as a result. Instead, check whether the
window should be mapped, as described in the comments above this code.
This addresses #2579 for forced placement in the X11 session, without
reintroducing #2611.
Edited by Brendan William

Merge request reports