summaryrefslogtreecommitdiff
path: root/protocol/tablet-shell.xml
blob: 10f175686d7766ad28dc0181fef49f8072eca834 (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
31
32
33
34
35
36
37
38
39
40
<protocol name="tablet">

  <interface name="tablet_shell" version="1">
    <request name="set_lockscreen">
      <arg name="surface" type="object" interface="wl_surface"/>
    </request>

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

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

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

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

    <request name="create_client">
      <arg name="id" type="new_id" interface="tablet_client"/>
      <arg name="name" type="string"/>
      <arg name="fd" type="fd"/>
    </request>

    <event name="show_lockscreen"/>
    <event name="show_switcher"/>
    <event name="hide_switcher"/>
  </interface>

  <interface name="tablet_client" version="1">
    <request name="destroy" type="destructor"/>
    <request name="activate"/>
  </interface>

</protocol>