Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2014-01-13 23:36:47 +01:00
5 changed files with 133 additions and 38 deletions

View File

@ -80,3 +80,10 @@ void ipc_send_event(const char *event, uint32_t message_type, const char *payloa
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);