From 26ab4dfb87550b2f8ceed5d11be614a239703fd7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 20 Oct 2024 08:23:16 +0300 Subject: Implement touch interactive move --- src/input/move_grab.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/input/move_grab.rs') diff --git a/src/input/move_grab.rs b/src/input/move_grab.rs index 71d115d7..e62a74f8 100644 --- a/src/input/move_grab.rs +++ b/src/input/move_grab.rs @@ -73,6 +73,8 @@ impl PointerGrab for MoveGrab { false, ); } + // FIXME: only redraw the previous and the new output. + data.niri.queue_redraw_all(); return; } } else { -- cgit