gdk/wayland: Implement support for xdg-dialog Wayland protocol

This protocol lifts some functionality from the gtk-shell protocol,
namely the ability to tag dialogs as modal. Ensure to use this
new protocol if available for the task, instead of the gtk-shell
protocol.
This commit is contained in:
Carlos Garnacho
2024-01-21 13:28:46 +01:00
parent 4eb715cf81
commit cf8c3be030
6 changed files with 52 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ harfbuzz_req = '>= 2.6.0'
fribidi_req = '>= 1.0.6'
cairo_req = '>= 1.18.0'
gdk_pixbuf_req = '>= 2.30.0'
wayland_proto_req = '>= 1.31'
wayland_proto_req = '>= 1.36'
wayland_req = '>= 1.21.0'
graphene_req = '>= 1.10.0'
epoxy_req = '>= 1.4'