Implement the window::move event

The window::move event should be emitted when the window moves position
in the tree.
This commit is contained in:
Tony Crisci
2014-06-19 04:58:03 -04:00
committed by Michael Stapelberg
parent 25ca78bbba
commit cf6cc134b8
4 changed files with 67 additions and 0 deletions

View File

@ -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);
}
/*