Clarify redraw in refresh_pointer_focus()

This commit is contained in:
Ivan Molodetskikh
2024-11-03 09:20:00 +03:00
parent f5d91c5ecc
commit 7baf10b751
+4
View File
@@ -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();
}