diff options
author | taiyu <[email protected]> | 2015-11-02 11:28:51 -0800 |
---|---|---|
committer | taiyu <[email protected]> | 2015-11-02 11:28:51 -0800 |
commit | 65d71d0a5e66ec4b8f2d2112d870e34a7dfbd2fb (patch) | |
tree | 0592959a6575057c8665d95572e2daa535e035b3 /sway/workspace.c | |
parent | ca5a2a387c97914d97929b09113359c45ba23279 (diff) |
put ipc_event_workspace in update_focus
Diffstat (limited to 'sway/workspace.c')
-rw-r--r-- | sway/workspace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/workspace.c b/sway/workspace.c index 604fc8e4..55b1ffbf 100644 --- a/sway/workspace.c +++ b/sway/workspace.c @@ -223,7 +223,5 @@ bool workspace_switch(swayc_t *workspace) { } arrange_windows(workspace, -1, -1); - ipc_event_workspace(active_ws, workspace); - return true; } |