cleanup: redo buggy set pointer function

This commit is contained in:
Tony Crisci 2017-10-16 10:00:32 -04:00
parent f9d578700e
commit 09f16058c8
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ static void wl_pointer_set_cursor(struct wl_client *client,
struct wl_resource *resource, uint32_t serial,
struct wl_resource *surface_resource,
int32_t hotspot_x, int32_t hotspot_y) {
return;
struct wlr_seat_handle *handle = wl_resource_get_user_data(resource);
struct wlr_surface *surface = NULL;
if (surface_resource != NULL) {