aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-25 00:58:40 +0100
committerVaxry <[email protected]>2024-04-25 01:10:43 +0100
commitecf282d331a8aa19c0fe10c739cd31d3b3ab64a2 (patch)
tree8e2e83df8613f5a18e0a584911004b47ff688bf0 /protocols
parent72e31d3335982382c289302a41f7144009c5c82f (diff)
downloadHyprland-ecf282d331a8aa19c0fe10c739cd31d3b3ab64a2.tar.gz
Hyprland-ecf282d331a8aa19c0fe10c739cd31d3b3ab64a2.zip
wlr-foreign-toplevel: move to new impl
Diffstat (limited to 'protocols')
-rw-r--r--protocols/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/meson.build b/protocols/meson.build
index 9170f7f2..0006f401 100644
--- a/protocols/meson.build
+++ b/protocols/meson.build
@@ -27,7 +27,6 @@ protocols = [
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
[wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'],
[wl_protocol_dir, 'unstable/text-input/text-input-unstable-v1.xml'],
- ['wlr-foreign-toplevel-management-unstable-v1.xml'],
['wlr-layer-shell-unstable-v1.xml'],
['wlr-output-power-management-unstable-v1.xml'],
['wlr-screencopy-unstable-v1.xml'],
@@ -40,6 +39,7 @@ protocols = [
new_protocols = [
['wlr-gamma-control-unstable-v1.xml'],
+ ['wlr-foreign-toplevel-management-unstable-v1.xml'],
[wl_protocol_dir, 'staging/tearing-control/tearing-control-v1.xml'],
[wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'],
[wl_protocol_dir, 'unstable/xdg-output/xdg-output-unstable-v1.xml'],