windows: fix compilation error

This commit is contained in:
Ferdinand Schober
2023-10-12 12:48:39 +02:00
parent 96ab7d304b
commit 4cdc5ea49c

View File

@@ -26,7 +26,7 @@ impl WindowsConsumer {
}
impl EventConsumer for WindowsConsumer {
fn consume(&self, event: Event, _: ClientHandle) {
fn consume(&mut self, event: Event, _: ClientHandle) {
match event {
Event::Pointer(pointer_event) => match pointer_event {
PointerEvent::Motion {