Merge pull request #2342 from RyanDwyer/update-cursor

Fix some cases where the cursor doesn't update
master
emersion 6 years ago committed by GitHub
commit 224ade1382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -726,6 +726,7 @@ static void handle_request_set_cursor(struct wl_listener *listener,
wlr_cursor_set_surface(cursor->cursor, event->surface, event->hotspot_x,
event->hotspot_y);
cursor->image = NULL;
cursor->image_client = focused_client;
}

Loading…
Cancel
Save