mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-24 23:00:10 +01:00
12 lines
298 B
XML
12 lines
298 B
XML
|
|
<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>
|