From 883763c17224c69094340d3abc2f9e4cb656966a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 13 Aug 2024 09:15:57 +0300 Subject: Implement stub mutter-x11-interop Allows xdp-gnome dialogs to work with X11 clients. Fixes https://github.com/YaLTeR/niri/issues/594 --- resources/mutter-x11-interop.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 resources/mutter-x11-interop.xml (limited to 'resources') diff --git a/resources/mutter-x11-interop.xml b/resources/mutter-x11-interop.xml new file mode 100644 index 00000000..ae5bccda --- /dev/null +++ b/resources/mutter-x11-interop.xml @@ -0,0 +1,18 @@ + + + + This protocol is intended to be used by the portal backend to map Wayland + dialogs as modal dialogs on top of X11 windows. + + + + + + + + + + + + + -- cgit