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!(), }