diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-04-04 12:10:17 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-04-06 10:04:40 +0300 |
| commit | 430b155929a60644ea223012ee0c1389fc5e3755 (patch) | |
| tree | 805193cfcf01ebbe564cf2629a43a172653aad5c /src/input/spatial_movement_grab.rs | |
| parent | c359d248257bdb68785597d2822f9c3a5ccbfdfe (diff) | |
| download | niri-430b155929a60644ea223012ee0c1389fc5e3755.tar.gz niri-430b155929a60644ea223012ee0c1389fc5e3755.tar.bz2 niri-430b155929a60644ea223012ee0c1389fc5e3755.zip | |
Fix typo in comment
Diffstat (limited to 'src/input/spatial_movement_grab.rs')
| -rw-r--r-- | src/input/spatial_movement_grab.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/spatial_movement_grab.rs b/src/input/spatial_movement_grab.rs index 7e6d81d0..56a36ce3 100644 --- a/src/input/spatial_movement_grab.rs +++ b/src/input/spatial_movement_grab.rs @@ -105,7 +105,7 @@ impl PointerGrab<State> for SpatialMovementGrab { data.niri.queue_redraw(&output); } } else { - // The resize is no longer ongoing. + // The move is no longer ongoing. handle.unset_grab(self, data, event.serial, event.time, true); } } |
