Update Smithay

This commit is contained in:
Ivan Molodetskikh
2024-09-30 15:24:50 +03:00
parent eb190e3f94
commit 94e5408f46
5 changed files with 37 additions and 44 deletions
+9
View File
@@ -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);