summaryrefslogtreecommitdiff
path: root/protocol/text-cursor-position.xml
blob: dbeda7249fee766bc642343dc0342d1b5c965d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
<protocol name="text_cursor_position">

  <interface name="text_cursor_position" version="1">
    <request name="notify">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="x" type="uint"/>
      <arg name="y" type="uint"/>
    </request>
  </interface>

</protocol>