]> git.sur5r.net Git - i3/i3/commitdiff
Merge branch 'master' into next
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 13 Jan 2014 22:36:47 +0000 (23:36 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 13 Jan 2014 22:36:47 +0000 (23:36 +0100)
1  2 
include/ipc.h
src/ipc.c
src/move.c

diff --cc include/ipc.h
index 24014c2f2b3f1066564deb649fa26a09ffe48a84,dfb12b9bc3cab1246f8717c9aff31f2244e86d19..cbbec8e401a9dd888f7cb66a5425158c51b53921
@@@ -80,3 -81,12 +80,10 @@@ void ipc_send_event(const char *event, 
  void ipc_shutdown(void);
  
  void dump_node(yajl_gen gen, Con *con, bool inplace_restart);
 -
 -#endif
+ /**
+  * For the workspace "focus" event we send, along the usual "change" field,
+  * also the current and previous workspace, in "current" and "old"
+  * respectively.
+  */
+ void ipc_send_workspace_focus_event(Con *current, Con *old);
diff --cc src/ipc.c
Simple merge
diff --cc src/move.c
Simple merge