summaryrefslogtreecommitdiffstats
path: root/include/ipc.h
diff options
context:
space:
mode:
authorLibravatar Eric Engestrom <eric@engestrom.ch>2016-04-02 16:00:05 +0100
committerLibravatar Eric Engestrom <eric@engestrom.ch>2016-04-02 16:00:05 +0100
commit3e8081514d28871f8c780550719b2ea481b038c3 (patch)
tree89abbdf64bf6f8d9374afe9fc1f8cd4f5856d88b /include/ipc.h
parentMerge pull request #565 from mikkeloscar/fix-pointer-crash (diff)
downloadsway-3e8081514d28871f8c780550719b2ea481b038c3.tar.gz
sway-3e8081514d28871f8c780550719b2ea481b038c3.tar.zst
sway-3e8081514d28871f8c780550719b2ea481b038c3.zip
Fix spelling mistakes
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipc.h b/include/ipc.h
index 06053190..21da2be3 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -11,7 +11,7 @@ enum ipc_command_type {
11 IPC_GET_BAR_CONFIG = 6, 11 IPC_GET_BAR_CONFIG = 6,
12 IPC_GET_VERSION = 7, 12 IPC_GET_VERSION = 7,
13 IPC_GET_INPUTS = 8, 13 IPC_GET_INPUTS = 8,
14 // Events send from sway to clients. Events have the higest bits set. 14 // Events send from sway to clients. Events have the highest bits set.
15 IPC_EVENT_WORKSPACE = (1 << (31 - 0)), 15 IPC_EVENT_WORKSPACE = (1 << (31 - 0)),
16 IPC_EVENT_OUTPUT = (1 << (31 - 1)), 16 IPC_EVENT_OUTPUT = (1 << (31 - 1)),
17 IPC_EVENT_MODE = (1 << (31 - 2)), 17 IPC_EVENT_MODE = (1 << (31 - 2)),