diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-11 09:26:49 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-11 09:26:49 +0400 |
| commit | 2fd9a03bd71b4709659cdd35192109b47c3b0e10 (patch) | |
| tree | a419bad2e39ea38315e56e41e2cec1dbfca4b8f9 /src/input.rs | |
| parent | b101f9b5f8acfb638f94962f76cbbb407d419664 (diff) | |
| download | niri-2fd9a03bd71b4709659cdd35192109b47c3b0e10.tar.gz niri-2fd9a03bd71b4709659cdd35192109b47c3b0e10.tar.bz2 niri-2fd9a03bd71b4709659cdd35192109b47c3b0e10.zip | |
Stop confining the pointer during resize grab
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs index bb970dbf..95f16b9b 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1102,6 +1102,7 @@ impl State { }; let grab = ResizeGrab::new(start_data, window); pointer.set_grab(self, grab, serial, Focus::Clear); + self.niri.interactive_resize_ongoing = true; } } } |
