aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/move.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-19 22:06:09 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-19 22:06:09 -0400
commit08a69f267a96a5b0591222ef1d0f40208e46d484 (patch)
tree0330d86cbbed09e7a408b3f7cc54a2280217bba9 /sway/commands/move.c
parentMerge pull request #2496 from RyanDwyer/fix-transaction-crash (diff)
parentFix crash when adding output (diff)
downloadsway-08a69f267a96a5b0591222ef1d0f40208e46d484.tar.gz
sway-08a69f267a96a5b0591222ef1d0f40208e46d484.tar.zst
sway-08a69f267a96a5b0591222ef1d0f40208e46d484.zip
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,
236 seat_get_focus_inactive(seat, output); 236 seat_get_focus_inactive(seat, output);
237 237
238 container_add_child(output, workspace); 238 container_add_child(output, workspace);
239 wl_signal_emit(&workspace->events.reparent, old_output);
240 239
241 // If moving the last workspace from the old output, create a new workspace 240 // If moving the last workspace from the old output, create a new workspace
242 // on the old output 241 // on the old output