mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Update Smithay
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user