diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-12 12:37:23 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-12 12:37:23 -0500 |
| commit | 39bf0c787c55fca8db942b1509565114d57eef79 (patch) | |
| tree | 0fd5e07f0621b319504b2ca7cdc00bda80afcd6d /include | |
| parent | bab7bb513caa159335c0d72a99d2c4158020aa5a (diff) | |
Start working on IPC for get_pixels
This is broken
Diffstat (limited to 'include')
| -rw-r--r-- | include/ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h index 36957ac1..02aa1c1e 100644 --- a/include/ipc.h +++ b/include/ipc.h @@ -12,6 +12,7 @@ enum ipc_command_type { IPC_GET_MARKS = 5, IPC_GET_BAR_CONFIG = 6, IPC_GET_VERSION = 7, + IPC_SWAY_GET_PIXELS = 0x81 }; void ipc_init(void); |
