diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-03 10:14:24 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-03 10:23:21 +0300 |
| commit | e0ebf1bdff06c38ae3cc9e3114b41572cb792dc0 (patch) | |
| tree | b3c8799cb7ad9a32e48ace0540b030e7397d4604 /src/input/resize_grab.rs | |
| parent | 11633aef98fa7e7bfab42a85164377c9f4afd142 (diff) | |
| download | niri-e0ebf1bdff06c38ae3cc9e3114b41572cb792dc0.tar.gz niri-e0ebf1bdff06c38ae3cc9e3114b41572cb792dc0.tar.bz2 niri-e0ebf1bdff06c38ae3cc9e3114b41572cb792dc0.zip | |
Remove pointer_grab_ongoing in favor of checking the actual grab
Diffstat (limited to 'src/input/resize_grab.rs')
| -rw-r--r-- | src/input/resize_grab.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/resize_grab.rs b/src/input/resize_grab.rs index 535bae32..5b58c7b0 100644 --- a/src/input/resize_grab.rs +++ b/src/input/resize_grab.rs @@ -22,7 +22,6 @@ impl ResizeGrab { fn on_ungrab(&mut self, state: &mut State) { state.niri.layout.interactive_resize_end(&self.window); - state.niri.pointer_grab_ongoing = false; state .niri .cursor_manager |
