aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/mod.rs')
-rw-r--r--src/handlers/mod.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs
index 63bde132..6b0c2c6b 100644
--- a/src/handlers/mod.rs
+++ b/src/handlers/mod.rs
@@ -143,6 +143,15 @@ impl PointerConstraintsHandler for State {
&self.niri.pointer_focus,
);
}
+
+ fn cursor_position_hint(
+ &mut self,
+ _surface: &WlSurface,
+ _pointer: &PointerHandle<Self>,
+ _location: Point<f64, Logical>,
+ ) {
+ // FIXME
+ }
}
delegate_pointer_constraints!(State);