almost working

This commit is contained in:
Zandr Martin 2016-07-21 21:08:01 -05:00
parent 095353d91d
commit 05366ddf53
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
5 changed files with 26 additions and 1 deletions

View file

@ -11,6 +11,7 @@ enum ipc_command_type {
IPC_GET_BAR_CONFIG = 6,
IPC_GET_VERSION = 7,
IPC_GET_INPUTS = 8,
IPC_ARRANGE_LAYOUT = 9,
// Events send from sway to clients. Events have the highest bits set.
IPC_EVENT_WORKSPACE = ((1<<31) | 0),
IPC_EVENT_OUTPUT = ((1<<31) | 1),