aboutsummaryrefslogtreecommitdiff
path: root/include/ipc.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-11-12 12:37:23 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-11-12 12:37:23 -0500
commit39bf0c787c55fca8db942b1509565114d57eef79 (patch)
tree0fd5e07f0621b319504b2ca7cdc00bda80afcd6d /include/ipc.h
parentbab7bb513caa159335c0d72a99d2c4158020aa5a (diff)
Start working on IPC for get_pixels
This is broken
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h1
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);