Skip to content

xwm: Check size hints in weston_wm_window_is_positioned()

Derek Foreman requested to merge derekf/weston:xwayland_positioning into main

Currently we can't tell the difference between a window intentionally created at 0,0 and a window that we can place anywhere.

Check the size hints to see if the flags indicating the placement is intentional are present.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Merge request reports