aboutsummaryrefslogtreecommitdiffstats
path: root/include/ipc.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <ddevault@linode.com>2015-11-12 12:37:23 -0500
committerLibravatar Drew DeVault <ddevault@linode.com>2015-11-12 12:37:23 -0500
commitef8335d694f20cf927dafe759a9013e5f34c5fe9 (patch)
tree0fd5e07f0621b319504b2ca7cdc00bda80afcd6d /include/ipc.h
parentAdd swaybg executable (diff)
downloadsway-ef8335d694f20cf927dafe759a9013e5f34c5fe9.tar.gz
sway-ef8335d694f20cf927dafe759a9013e5f34c5fe9.tar.zst
sway-ef8335d694f20cf927dafe759a9013e5f34c5fe9.zip
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 {
12 IPC_GET_MARKS = 5, 12 IPC_GET_MARKS = 5,
13 IPC_GET_BAR_CONFIG = 6, 13 IPC_GET_BAR_CONFIG = 6,
14 IPC_GET_VERSION = 7, 14 IPC_GET_VERSION = 7,
15 IPC_SWAY_GET_PIXELS = 0x81
15}; 16};
16 17
17void ipc_init(void); 18void ipc_init(void);