Scott Moreau | 7a1b32a | 2012-05-27 14:25:02 -0600 | [diff] [blame^] | 1 | <protocol name="text_cursor_position"> |
2 | |||||
3 | <interface name="text_cursor_position" version="1"> | ||||
4 | <request name="notify"> | ||||
5 | <arg name="surface" type="object" interface="wl_surface"/> | ||||
6 | <arg name="x" type="uint"/> | ||||
7 | <arg name="y" type="uint"/> | ||||
8 | </request> | ||||
9 | </interface> | ||||
10 | |||||
11 | </protocol> |