summaryrefslogtreecommitdiff
path: root/protocol/shell-helper.xml
blob: fe59d19bf2c3e1b0894ed7b103381e977e066856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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="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>