diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 09:37:47 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-02 10:53:55 +0300 |
| commit | ef6af6adc1094db05d1df3953a18f6550816f71e (patch) | |
| tree | e58784c7692739fa7b5b34f1308226882043b80b /src/input | |
| parent | 6632699e00dbe7991d6f54272603789c1f4fa1f7 (diff) | |
| download | niri-ef6af6adc1094db05d1df3953a18f6550816f71e.tar.gz niri-ef6af6adc1094db05d1df3953a18f6550816f71e.tar.bz2 niri-ef6af6adc1094db05d1df3953a18f6550816f71e.zip | |
Change TODO to FIXME
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/move_grab.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/move_grab.rs b/src/input/move_grab.rs index e62a74f8..96230f33 100644 --- a/src/input/move_grab.rs +++ b/src/input/move_grab.rs @@ -113,7 +113,7 @@ impl PointerGrab<State> for MoveGrab { .output_under(handle.current_location()) .map(|(output, _)| output) .cloned(); - // TODO: workspace switch gesture. + // FIXME: workspace switch gesture. if let Some(output) = output { self.is_moving = true; data.niri.layout.view_offset_gesture_begin(&output, false); |
