[PATCH weston] desktop-shell: don't assume there's a pointer when mapping a popup
Pekka Paalanen
ppaalanen at gmail.com
Thu Aug 7 06:26:38 PDT 2014
On Wed, 06 Aug 2014 11:51:26 +0200
Jonny Lamb <jonny.lamb at collabora.co.uk> wrote:
> 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).
>
It indeed did apply. Pushed to both master and 1.5 branches.
Thanks,
pq
More information about the wayland-devel
mailing list