On mer, 2014-08-06 at 11:50 +0200, Jonny Lamb wrote:
> - if (shseat->seat->pointer->grab_serial == shsurf->popup.serial) {
> + if (shseat->seat->pointer &&
> + shseat->seat->pointer->grab_serial == shsurf->popup.serial) {This should also be applied to the 1.5 branch (it applies cleanly). -- Jonny Lamb _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
