Skip to content

Fix crash in nested wayland backend on startup

David Edmundson requested to merge work/boot_cursor into master

In a recent refactor screens are only created when our xdg_surface has been acked. This leaves a window where m_waylandCursor is null and events are still being processed.

Merge request reports