diff options
author | Vaxry <[email protected]> | 2024-04-24 15:45:59 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-24 15:48:06 +0100 |
commit | 0d1bb65c75d7ddc323afd31eb844b2332588bdf5 (patch) | |
tree | 9cd507c107117db5271d8bc6b2bc5273bf097592 /protocols | |
parent | 34413d1f367b56e17614ee0455b6bf0b61a5aed1 (diff) | |
download | Hyprland-0d1bb65c75d7ddc323afd31eb844b2332588bdf5.tar.gz Hyprland-0d1bb65c75d7ddc323afd31eb844b2332588bdf5.zip |
ext-foreign-toplevel: add implementation
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index eaeaada0..c431a31c 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -48,6 +48,7 @@ new_protocols = [ [wl_protocol_dir, 'unstable/relative-pointer/relative-pointer-unstable-v1.xml'], [wl_protocol_dir, 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml'], [wl_protocol_dir, 'staging/alpha-modifier/alpha-modifier-v1.xml'], + [wl_protocol_dir, 'staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml'], ] wl_protos_src = [] |