Commit 17bccaed42 accidentally reverted
the fix for 73490 from 5cbc763404.
dev
Kristian Høgsberg 11 years ago
parent 27d5fa8922
commit 8fe412d35b
  1. 2
      desktop-shell/shell.c

@ -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);

Loading…
Cancel
Save