aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-13 16:38:56 +0100
committerLibravatar emersion <contact@emersion.fr>2018-05-13 16:38:56 +0100
commit88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6 (patch)
tree20597fec9184cbad25711a0f0cd7c028e99d2e78 /protocols
parentMerge pull request #1960 from RedSoxFan/edge-borders (diff)
downloadsway-88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6.tar.gz
sway-88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6.tar.zst
sway-88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6.zip
Add xdg-shell stable support
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 9d213f81..da3892e5 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -34,6 +34,7 @@ client_protocols = [
34] 34]
35 35
36server_protocols = [ 36server_protocols = [
37 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
37 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], 38 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
38 ['wlr-layer-shell-unstable-v1.xml'], 39 ['wlr-layer-shell-unstable-v1.xml'],
39 ['wlr-input-inhibitor-unstable-v1.xml'] 40 ['wlr-input-inhibitor-unstable-v1.xml']