]> git.sur5r.net Git - i3/i3/commit - src/move.c
Bugfix: `move <direction>` sends workspace focus
authorTony Crisci <tony@dubstepdish.com>
Mon, 13 Jan 2014 20:36:11 +0000 (15:36 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 13 Jan 2014 22:36:31 +0000 (23:36 +0100)
commit76393377160ffd043757ca2dd8d947aa25f69716
tree1bcf0513d8d5b23b4d26b7794812b57491d50080
parent4893f04e0c61bdd4ed101eafa98dd58a496c34b6
Bugfix: `move <direction>` sends workspace focus

Make sure the command `move <direction>` properly sends the workspace
focus ipc event required for i3bar to be properly updated and redrawn.

Make `ipc_send_workspace_focus_event publicly available from ipc.h for
more flexible event sending.
include/ipc.h
src/ipc.c
src/move.c
src/workspace.c
testcases/t/517-regress-move-direction-ipc.t [new file with mode: 0644]