aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-08-18 23:16:00 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-20 10:57:20 +0900
commit7488d33d42cfc29c5fbeb02888b1d718bd84d4d0 (patch)
tree502ba754b642d98c6b4413fe545ea31b061180c1 /protocols
parentproperly check pixman_region32_contains_rectangle return (diff)
downloadsway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.tar.gz
sway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.tar.zst
sway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.zip
Remove xdg-shell v6 support
All major toolkits and apps have gained xdg-shell stable support. Closes: https://github.com/swaywm/sway/issues/3690
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 2a6cea09..4ba6f723 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -12,7 +12,6 @@ endif
12 12
13protocols = [ 13protocols = [
14 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], 14 [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
15 [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'],
16 [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'], 15 [wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],
17 [wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'], 16 [wl_protocol_dir, 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml'],
18 ['wlr-layer-shell-unstable-v1.xml'], 17 ['wlr-layer-shell-unstable-v1.xml'],