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, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h
index 6063f69c..7ae21ab3 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -34,6 +34,7 @@ enum ipc_command_type {
34 34
35 // sway-specific event types 35 // sway-specific event types
36 IPC_EVENT_BAR_STATE_UPDATE = ((1<<31) | 20), 36 IPC_EVENT_BAR_STATE_UPDATE = ((1<<31) | 20),
37 IPC_EVENT_INPUT = ((1<<31) | 21),
37}; 38};
38 39
39#endif 40#endif