fix(seat): ignore set_cursor for now
This commit is contained in:
@@ -127,7 +127,7 @@ impl Dispatch<WlPointer, SeatData, WaylandState> for SeatDelegate {
|
|||||||
surface: _,
|
surface: _,
|
||||||
hotspot_x: _,
|
hotspot_x: _,
|
||||||
hotspot_y: _,
|
hotspot_y: _,
|
||||||
} => todo!(),
|
} => (),
|
||||||
wl_pointer::Request::Release => (),
|
wl_pointer::Request::Release => (),
|
||||||
_ => unreachable!(),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user