summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman@collabora.com>2022-10-25 15:11:48 -0500
committerDaniel Stone <daniels@collabora.com>2023-03-03 08:21:24 +0000
commit87881e2cf621c95fd2d583474161a7167ad2541f (patch)
tree83b132af6f4b303bc3d90dd494cd3090a417d6ae /protocol
parent8e1d7fe4da7d2c2f2299242263d528c69986cac7 (diff)
downloadweston-87881e2cf621c95fd2d583474161a7167ad2541f.tar.gz
xwm: Add support for xwayland_shell_v1
Use the new protocol to prevent races in surface to window association. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 2937a3d6..382bbbe6 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -42,6 +42,7 @@ generated_protocols = [
[ 'xdg-output', 'unstable', 'v1' ],
[ 'xdg-shell', 'unstable', 'v6' ],
[ 'xdg-shell', 'stable' ],
+ [ 'xwayland-shell', 'staging', 'v1' ],
]
foreach proto: generated_protocols