File: text-cursor-position.xml

package info (click to toggle)
weston 14.0.91-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,292 kB
  • sloc: ansic: 166,537; xml: 1,274; cpp: 480; python: 106; sh: 39; makefile: 33
file content (11 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (28)
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>