summaryrefslogtreecommitdiff
path: root/protocol/text-cursor-position.xml
blob: 0fbc54e7fc056416f5592522514ccb35077f046a (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="fixed"/>
      <arg name="y" type="fixed"/>
    </request>
  </interface>

</protocol>