ipc: also send a reply for COMMAND messages

This commit is contained in:
Michael Stapelberg
2010-03-12 15:29:44 +01:00
parent 5a3d1b38e8
commit d6f726283c
2 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,9 @@
*
*/
/** Command reply type */
#define I3_IPC_REPLY_TYPE_COMMAND 0
/** Workspaces reply type */
#define I3_IPC_REPLY_TYPE_WORKSPACES 1