summaryrefslogtreecommitdiff
path: root/protocol/quickpanel.xml
blob: 00d94d5d15fe3196a01dcb4850d2cb52acd30046 (plain)
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>