aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/move.c
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-19 22:06:09 -0400
committerGitHub <noreply@github.com>2018-08-19 22:06:09 -0400
commit08a69f267a96a5b0591222ef1d0f40208e46d484 (patch)
tree0330d86cbbed09e7a408b3f7cc54a2280217bba9 /sway/commands/move.c
parentfdcf9275b1259deda94723853a60cbaa9cbb522a (diff)
parente1955c5c08d4131fd5d3e2a91ec8af05c3117eca (diff)
Merge pull request #2483 from RyanDwyer/floating-emit-reparent
Send enter/leave events for floating views
Diffstat (limited to 'sway/commands/move.c')
-rw-r--r--sway/commands/move.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index e788d32f..c6dc0775 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -236,7 +236,6 @@ static void workspace_move_to_output(struct sway_container *workspace,
seat_get_focus_inactive(seat, output);
container_add_child(output, workspace);
- wl_signal_emit(&workspace->events.reparent, old_output);
// If moving the last workspace from the old output, create a new workspace
// on the old output