aboutsummaryrefslogtreecommitdiffstats
path: root/include/ipc.h
diff options
context:
space:
mode:
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