mirror of
https://github.com/brl/mutter.git
synced 2025-06-25 14:38:16 +00:00
cursor: Remove cursor tracker from API
This commit is contained in:
@ -748,8 +748,7 @@ meta_wayland_pointer_update_cursor_surface (MetaWaylandPointer *pointer)
|
||||
if (pointer->cursor_surface && pointer->cursor_surface->buffer)
|
||||
{
|
||||
struct wl_resource *buffer = pointer->cursor_surface->buffer->resource;
|
||||
cursor = meta_cursor_reference_from_buffer (pointer->cursor_tracker,
|
||||
buffer,
|
||||
cursor = meta_cursor_reference_from_buffer (buffer,
|
||||
pointer->hotspot_x,
|
||||
pointer->hotspot_y);
|
||||
}
|
||||
|
Reference in New Issue
Block a user