File: text-cursor-position.xml

package info (click to toggle)
weston 14.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,952 kB
  • sloc: ansic: 140,007; xml: 2,480; python: 106; makefile: 34; sh: 33
file content (11 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (29)
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>