summaryrefslogtreecommitdiff
path: root/overlay.xml
blob: 0a73b7c5ad6bcfbf2dd9eaaab49cb10cac460779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<protocol name="preflight">

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

    <request name="close"/>

    <event name="activate"/>
    <event name="done"/>
  </interface>

</protocol>