]> git.sur5r.net Git - i3/i3/blobdiff - include/ipc.h
Bugfix: `move <direction>` sends workspace focus
[i3/i3] / include / ipc.h
index ef50ba8630da305dd977d7d2a7482d313bdae7da..dfb12b9bc3cab1246f8717c9aff31f2244e86d19 100644 (file)
@@ -82,4 +82,11 @@ void ipc_shutdown(void);
 
 void dump_node(yajl_gen gen, Con *con, bool inplace_restart);
 
+/**
+ * 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);
+
 #endif