diff options
| -rw-r--r-- | src/niri.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/niri.rs b/src/niri.rs index 5f0dbfb5..8c5f0a52 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -710,6 +710,10 @@ impl State { } pointer.frame(self); + + // Pointer motion from a surface to nothing triggers a cursor change to default, which + // means we may need to redraw. + // FIXME: granular self.niri.queue_redraw_all(); } |
