mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Fix spelling mistakes
This commit is contained in:
parent
0d4c31edcd
commit
3e8081514d
8 changed files with 16 additions and 16 deletions
|
|
@ -11,7 +11,7 @@ enum ipc_command_type {
|
|||
IPC_GET_BAR_CONFIG = 6,
|
||||
IPC_GET_VERSION = 7,
|
||||
IPC_GET_INPUTS = 8,
|
||||
// Events send from sway to clients. Events have the higest bits set.
|
||||
// Events send from sway to clients. Events have the highest bits set.
|
||||
IPC_EVENT_WORKSPACE = (1 << (31 - 0)),
|
||||
IPC_EVENT_OUTPUT = (1 << (31 - 1)),
|
||||
IPC_EVENT_MODE = (1 << (31 - 2)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue