diff options
author | noname <[email protected]> | 2025-03-06 17:49:33 +1100 |
---|---|---|
committer | noname <[email protected]> | 2025-03-06 18:49:02 +1100 |
commit | f89b080e57d8284e197de9236101a7df266219a9 (patch) | |
tree | f01f085ebb301fb54acbb797303992e48be4441a /lib/sway/ipc.vala | |
parent | 90019b99b671664855c1c53a30da39ca572f4a0e (diff) |
implement outputs
Diffstat (limited to 'lib/sway/ipc.vala')
-rw-r--r-- | lib/sway/ipc.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sway/ipc.vala b/lib/sway/ipc.vala index 719a2d0..772ab40 100644 --- a/lib/sway/ipc.vala +++ b/lib/sway/ipc.vala @@ -18,6 +18,7 @@ namespace AstalSway { MESSAGE_GET_INPUTS = 100, MESSAGE_GET_SEATS = 101, EVENT_WORKSPACE = 0x80000000, + EVENT_OUTPUT = 0x80000001, EVENT_MODE = 0x80000002, EVENT_WINDOW = 0x80000003, EVENT_BARCONFIG_UPDATE = 0x80000004, |