Commit 17bccaed42 accidentally reverted
the fix for 73490 from 5cbc763404.
This commit is contained in:
Kristian Høgsberg 2014-01-17 16:39:17 -08:00
parent 27d5fa8922
commit 8fe412d35b

View file

@ -1803,7 +1803,7 @@ ping_timeout_handler(void *data)
shsurf->unresponsive = 1;
wl_list_for_each(seat, &shsurf->surface->compositor->seat_list, link)
if (seat->pointer->focus &&
if (seat->pointer && seat->pointer->focus &&
seat->pointer->focus->surface == shsurf->surface)
set_busy_cursor(shsurf, seat->pointer);