mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-24 02:01:18 +07:00
Remove obsolete comment
This commit is contained in:
@@ -453,7 +453,6 @@ impl Niri {
|
|||||||
|
|
||||||
self.seat.get_pointer().unwrap().axis(self, frame);
|
self.seat.get_pointer().unwrap().axis(self, frame);
|
||||||
}
|
}
|
||||||
// FIXME: tablet_tool protocol
|
|
||||||
InputEvent::TabletToolAxis { event, .. } => {
|
InputEvent::TabletToolAxis { event, .. } => {
|
||||||
// FIXME: allow mapping tablet to different outputs.
|
// FIXME: allow mapping tablet to different outputs.
|
||||||
let output = self.global_space.outputs().next().unwrap();
|
let output = self.global_space.outputs().next().unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user