cursor: Remove cursor tracker from API

This commit is contained in:
Jasper St. Pierre
2014-04-23 10:38:30 -04:00
parent 10ac86b950
commit b501ca5a24
5 changed files with 12 additions and 21 deletions

View File

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