aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_move_tiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_move_tiling.c')
-rw-r--r--sway/input/seatop_move_tiling.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input/seatop_move_tiling.c b/sway/input/seatop_move_tiling.c
index 09689183..2d3abc9a 100644
--- a/sway/input/seatop_move_tiling.c
+++ b/sway/input/seatop_move_tiling.c
@@ -5,6 +5,7 @@
5#include "sway/desktop.h" 5#include "sway/desktop.h"
6#include "sway/input/cursor.h" 6#include "sway/input/cursor.h"
7#include "sway/input/seat.h" 7#include "sway/input/seat.h"
8#include "sway/ipc-server.h"
8#include "sway/output.h" 9#include "sway/output.h"
9#include "sway/tree/arrange.h" 10#include "sway/tree/arrange.h"
10#include "sway/tree/node.h" 11#include "sway/tree/node.h"
@@ -261,6 +262,7 @@ static void finalize_move(struct sway_seat *seat) {
261 container_split(target, new_layout); 262 container_split(target, new_layout);
262 } 263 }
263 container_add_sibling(target, con, after); 264 container_add_sibling(target, con, after);
265 ipc_event_window(con, "move");
264 } 266 }
265 } else { 267 } else {
266 // Target is a workspace which requires splitting 268 // Target is a workspace which requires splitting