fix(seat): ignore set_cursor for now

This commit is contained in:
Nova
2022-09-01 06:17:55 -04:00
parent e8185eeda5
commit d6fa26c866

View File

@@ -127,7 +127,7 @@ impl Dispatch<WlPointer, SeatData, WaylandState> for SeatDelegate {
surface: _,
hotspot_x: _,
hotspot_y: _,
} => todo!(),
} => (),
wl_pointer::Request::Release => (),
_ => unreachable!(),
}