Revert part of 17bccaed42
Commit17bccaed42accidentally reverted the fix for 73490 from5cbc763404.
This commit is contained in:
@@ -1803,7 +1803,7 @@ ping_timeout_handler(void *data)
|
|||||||
shsurf->unresponsive = 1;
|
shsurf->unresponsive = 1;
|
||||||
|
|
||||||
wl_list_for_each(seat, &shsurf->surface->compositor->seat_list, link)
|
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)
|
seat->pointer->focus->surface == shsurf->surface)
|
||||||
set_busy_cursor(shsurf, seat->pointer);
|
set_busy_cursor(shsurf, seat->pointer);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user