diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2020-12-02 17:22:41 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2021-05-03 17:20:50 +0200 |
commit | be4216e051658a004f1c67e7f24f95a4de469ea5 (patch) | |
tree | 715ace2d481c41f75e0bbf9853aa69a7276f5fdc /subprojects | |
parent | 4a96e790b15e1f86cd40c0b8c4be5e45e7369597 (diff) | |
download | gtk+-be4216e051658a004f1c67e7f24f95a4de469ea5.tar.gz |
gdk/wayland: Support the xdg-activation wayland protocol
This protocol implements the IPC necessary to focus application
windows across launcher/launchee. Add support for it.
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/wayland-protocols.wrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/wayland-protocols.wrap b/subprojects/wayland-protocols.wrap index ba60db715d..065651db63 100644 --- a/subprojects/wayland-protocols.wrap +++ b/subprojects/wayland-protocols.wrap @@ -1,5 +1,5 @@ [wrap-git] directory=wayland-protocols -url=https://gitlab.freedesktop.org/jadahl/wayland-protocols.git -revision=wip/meson-meson-0.53 +url=https://gitlab.freedesktop.org/wayland/wayland-protocols.git +revision=main depth=1 |