diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-16 10:00:32 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-16 10:00:32 -0400 |
commit | 09f16058c890cc3329c8aa39593f229b2bf31443 (patch) | |
tree | d327a2c584f9c6cc10498013781c827dfddd60e1 | |
parent | f9d578700e6f28d2d4dc1db3c81469640484473e (diff) |
cleanup: redo buggy set pointer function
-rw-r--r-- | types/wlr_seat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/types/wlr_seat.c b/types/wlr_seat.c index 60db8d2e..69199a63 100644 --- a/types/wlr_seat.c +++ b/types/wlr_seat.c @@ -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) { |