diff options
Diffstat (limited to 'sway/tree')
| -rw-r--r-- | sway/tree/view.c | 1 | ||||
| -rw-r--r-- | sway/tree/workspace.c | 1 | 
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) {  				cursor_warp_to_workspace(seat->cursor, node->sway_workspace);  			}  		} -		cursor_rebase(seat->cursor);  	}  	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,  	}  	seat_set_focus(seat, next);  	arrange_workspace(workspace); -	cursor_rebase(seat->cursor);  	return true;  } | 
