https://bugs.freedesktop.org/show_bug.cgi?id=100740

--- Comment #7 from Olivier Fourdan <[email protected]> ---
Fixing the crash leads to the same behavior though...

diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c
index 623633d..4c7ab8b 100644
--- a/hw/xwayland/xwayland.c
+++ b/hw/xwayland/xwayland.c
@@ -176,6 +176,9 @@ xwl_cursor_warped_to(DeviceIntPtr device,
     struct xwl_seat *xwl_seat = device->public.devicePrivate;
     struct xwl_window *xwl_window;

+    if (!window)
+        return;
+
     if (!xwl_seat)
         xwl_seat = xwl_screen_get_default_seat(xwl_screen);

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to