summaryrefslogtreecommitdiffstats
path: root/include/ipc.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-12 20:19:54 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-12 20:19:54 -0400
commitcd1b32453a9296c18b28bff71607aeb22987b5cd (patch)
treec653c6d525b471914c01a9d7ae543f521b6138ed /include/ipc.h
parentMerge pull request #1634 from aleksander/master (diff)
parentFix separator height calculation (diff)
downloadsway-cd1b32453a9296c18b28bff71607aeb22987b5cd.tar.gz
sway-cd1b32453a9296c18b28bff71607aeb22987b5cd.tar.zst
sway-cd1b32453a9296c18b28bff71607aeb22987b5cd.zip
Merge branch 'wlroots'
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ipc.h b/include/ipc.h
index 2b16dc50..9665a88d 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -23,7 +23,6 @@ enum ipc_command_type {
23 IPC_EVENT_BINDING = ((1<<31) | 5), 23 IPC_EVENT_BINDING = ((1<<31) | 5),
24 IPC_EVENT_MODIFIER = ((1<<31) | 6), 24 IPC_EVENT_MODIFIER = ((1<<31) | 6),
25 IPC_EVENT_INPUT = ((1<<31) | 7), 25 IPC_EVENT_INPUT = ((1<<31) | 7),
26 IPC_SWAY_GET_PIXELS = 0x81
27}; 26};
28 27
29#endif 28#endif