mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-01 05:37:59 +02:00
Revert part of 17bccaed42
Commit17bccaed42accidentally reverted the fix for 73490 from5cbc763404.
This commit is contained in:
parent
27d5fa8922
commit
8fe412d35b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue