Skip to content

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

Carlos Garnacho requested to merge carlosg/gtk:wip/xdg-dialog-4-14 into gtk-4-14

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 MR is for 4.14, with some additional changes to build files so that we can prefer wayland-protocols protocols, but be able to fallback to internal copies of the xml files.

Merge request reports