aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree')
-rw-r--r--sway/tree/view.c1
-rw-r--r--sway/tree/workspace.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index 20babf7b..4bc9e0f3 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -661,7 +661,6 @@ void view_unmap(struct sway_view *view) {
661 cursor_warp_to_workspace(seat->cursor, node->sway_workspace); 661 cursor_warp_to_workspace(seat->cursor, node->sway_workspace);
662 } 662 }
663 } 663 }
664 cursor_rebase(seat->cursor);
665 } 664 }
666 665
667 transaction_commit_dirty(); 666 transaction_commit_dirty();
diff --git a/sway/tree/workspace.c b/sway/tree/workspace.c
index 65284679..27e9ac7a 100644
--- a/sway/tree/workspace.c
+++ b/sway/tree/workspace.c
@@ -404,7 +404,6 @@ bool workspace_switch(struct sway_workspace *workspace,
404 } 404 }
405 seat_set_focus(seat, next); 405 seat_set_focus(seat, next);
406 arrange_workspace(workspace); 406 arrange_workspace(workspace);
407 cursor_rebase(seat->cursor);
408 return true; 407 return true;
409} 408}
410 409