From d6fa26c8669ee55f61f04bf27b9627e63aa72280 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 1 Sep 2022 06:17:55 -0400 Subject: [PATCH] fix(seat): ignore set_cursor for now --- src/wayland/seat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/seat.rs b/src/wayland/seat.rs index c3e2236..a3638c2 100644 --- a/src/wayland/seat.rs +++ b/src/wayland/seat.rs @@ -127,7 +127,7 @@ impl Dispatch for SeatDelegate { surface: _, hotspot_x: _, hotspot_y: _, - } => todo!(), + } => (), wl_pointer::Request::Release => (), _ => unreachable!(), }