]> git.sur5r.net Git - i3/i3/blobdiff - src/con.c
Implement the window::move event
[i3/i3] / src / con.c
index ee4727b3f31405d79c35f168f969d9c8336db665..7934133e6f96248d6411da9247976a62c45a97e3 100644 (file)
--- a/src/con.c
+++ b/src/con.c
@@ -832,6 +832,8 @@ void con_move_to_workspace(Con *con, Con *workspace, bool fix_coordinates, bool
     }
 
     CALL(parent, on_remove_child);
+
+    ipc_send_window_event("move", con);
 }
 
 /*