aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/wlr_seat.c1
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) {