summaryrefslogtreecommitdiff
path: root/protocol/shell-helper.xml
blob: 404b77536c8b2ae8714731e031d4c42f7de267c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<protocol name="shell_helper">
  <interface name="shell_helper" version="1">

    <request name="move_surface">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="x" type="int"/>
      <arg name="y" type="int"/>
    </request>

    <request name="add_surface_to_layer">
      <arg name="new_surface" type="object" interface="wl_surface"/>
      <arg name="existing_surface" type="object" interface="wl_surface"/>
    </request>

    <request name="set_panel">
      <arg name="surface" type="object" interface="wl_surface"/>
    </request>

    <request name="slide_surface">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="x" type="int"/>
      <arg name="y" type="int"/>
    </request>

    <request name="slide_surface_back">
      <arg name="surface" type="object" interface="wl_surface"/>
    </request>

  </interface>
</protocol>