Skip to content

x11: Do not use buffer size on configure requests unless managed

Windows that are decorated may get configure requests before the frames client created a corresponding frame window and Mutter reparented the window.

Since the configure request results in the buffer size being used to update the window size and the window does not have a buffer yet, these requests could mistakenly result in the client window being given a minimal size.

In these situations, do not use the buffer size but the given size. The window still has to undergo frame creation and reparenting before being shown for the first time.

Closes: #2588 (closed) Closes: #2605 (closed)

Edited by Carlos Garnacho

Merge request reports