mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-07 15:51:27 +03:00
windows: fix compilation error
This commit is contained in:
@@ -26,7 +26,7 @@ impl WindowsConsumer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl EventConsumer for WindowsConsumer {
|
impl EventConsumer for WindowsConsumer {
|
||||||
fn consume(&self, event: Event, _: ClientHandle) {
|
fn consume(&mut self, event: Event, _: ClientHandle) {
|
||||||
match event {
|
match event {
|
||||||
Event::Pointer(pointer_event) => match pointer_event {
|
Event::Pointer(pointer_event) => match pointer_event {
|
||||||
PointerEvent::Motion {
|
PointerEvent::Motion {
|
||||||
|
|||||||
Reference in New Issue
Block a user