summaryrefslogtreecommitdiff
path: root/lib/sway/ipc.vala
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sway/ipc.vala')
-rw-r--r--lib/sway/ipc.vala1
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,