1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<protocol name="quickpanel"> <interface name="quickpanel" version="1"> <request name="set_surface"> <arg name="surface" type="object" interface="wl_surface"/> </request> <request name="set_handler_geometry"> <arg name="x" type="uint"/> <arg name="y" type="uint"/> <arg name="width" type="uint"/> <arg name="height" type="uint"/> </request> </interface> </protocol>