Commit f9192ab8fc8ed80b447c1dc3a1503971a682e95c

Brandon Schaefer 2018-12-06T10:39:33

wayland: Do not try to lock on an invalid pointer This happens if you try to lock the pointer and (caps & WL_SEAT_CAPABILITY_POINTER) is false Leading to input->pointer being NULL which ends up bringing the wayland client down (at lease on weston)