mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
883763c172
Allows xdp-gnome dialogs to work with X11 clients. Fixes https://github.com/YaLTeR/niri/issues/594
19 lines
620 B
XML
19 lines
620 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<protocol name="mutter_x11_interop">
|
|
<description summary="X11 interoperability helper">
|
|
This protocol is intended to be used by the portal backend to map Wayland
|
|
dialogs as modal dialogs on top of X11 windows.
|
|
</description>
|
|
|
|
<interface name="mutter_x11_interop" version="1">
|
|
<description summary="X11 interoperability helper"/>
|
|
|
|
<request name="destroy" type="destructor"/>
|
|
|
|
<request name="set_x11_parent">
|
|
<arg name="surface" type="object" interface="wl_surface"/>
|
|
<arg name="xwindow" type="uint"/>
|
|
</request>
|
|
</interface>
|
|
</protocol>
|