Skip to content

Client: Set XdgShell size hints before the first commit

propagateSizeHints is only called in QWindow we have platform window and minimumSizeHint is then sent. We also need to send existing hints when we create the shell window.

Sending them when we apply configure is too late, we need these hints available for the compositor to correctly configure the window.

Change-Id: I6cbb294b11db06ecd87535fa4816bb8ad34a29c6 Reviewed-by: Vlad Zahorodnii vlad.zahorodnii@kde.org Reviewed-by: Aleix Pol Gonzalez aleixpol@kde.org (cherry picked from commit d6e074d0)

Merge request reports