Feature: implement GET_MARKS

This commit is contained in:
Helgi Kristvin Sigurbjarnarson
2011-08-06 18:23:18 +00:00
committed by Michael Stapelberg
parent e304902874
commit 35d7ef0ddd
3 changed files with 49 additions and 2 deletions

View File

@ -38,6 +38,8 @@
/** Requests the tree layout from i3 */
#define I3_IPC_MESSAGE_TYPE_GET_TREE 4
/** Request the current defined marks from i3 */
#define I3_IPC_MESSAGE_TYPE_GET_MARKS 5
/*
* Messages from i3 to clients
@ -59,6 +61,8 @@
/** Tree reply type */
#define I3_IPC_REPLY_TYPE_TREE 4
/** Marks reply type*/
#define I3_IPC_REPLY_TYPE_MARKS 5
/*
* Events from i3 to clients. Events have the first bit set high.