Include workspace con in workspace event

Send the affected workspace in the "current" property for each workspace
event for any type of workspace event that affects a particular
workspace.

fixes #1411
This commit is contained in:
Tony Crisci
2014-12-19 23:43:47 -05:00
committed by Michael Stapelberg
parent 04fa40d3e5
commit 823b46a544
9 changed files with 90 additions and 41 deletions

View File

@ -128,7 +128,7 @@ static void move_to_output_directed(Con *con, direction_t direction) {
tree_flatten(croot);
ipc_send_workspace_focus_event(ws, old_ws);
ipc_send_workspace_event("focus", ws, old_ws);
}
/*