aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 85998547..43a9d510 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -653,9 +653,8 @@ void view_unmap(struct sway_view *view) {
653 } else if (node && node->type == N_WORKSPACE) { 653 } else if (node && node->type == N_WORKSPACE) {
654 cursor_warp_to_workspace(seat->cursor, node->sway_workspace); 654 cursor_warp_to_workspace(seat->cursor, node->sway_workspace);
655 } 655 }
656 } else {
657 cursor_send_pointer_motion(seat->cursor, 0, true);
658 } 656 }
657 cursor_rebase(seat->cursor);
659 } 658 }
660 659
661 transaction_commit_dirty(); 660 transaction_commit_dirty();