GNOME Bugzilla – Bug 732206
wayland: crash with touch but no pointer
Last modified: 2014-06-28 04:14:06 UTC
If you've got a system with a touch screen and no mouse pointer, gtk+ can crash because it assumes there is a wl_pointer. See attached patch, and note how wl_pointer is properly set, and may be NULL if WL_SEAT_CAPABILITY_POINTER is not set.
Created attachment 279176 [details] [review] wayland: don't change the cursor if there is no pointer
Attachment 279176 [details] pushed as 6de2c7f - wayland: don't change the cursor if there is no pointer