Skip to content

wayland/xdgshell: enforce invalid_size errors

Xaver Hugl requested to merge work/zamundaaa/enforce-size-constraints into master

If the client sets invalid min or max size, that can cause some code in KWin to assert. To ensure that doesn't happen, enforce that the minimum size is always at most as big as the maximum.

CCBUG: 478269

Edited by Xaver Hugl

Merge request reports