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"/> | ||||
Scott Moreau | ae71220 | 2012-06-01 12:46:09 -0600 | [diff] [blame] | 6 | <arg name="x" type="fixed"/> |
7 | <arg name="y" type="fixed"/> | ||||
Scott Moreau | 7a1b32a | 2012-05-27 14:25:02 -0600 | [diff] [blame] | 8 | </request> |
9 | </interface> | ||||
10 | |||||
11 | </protocol> |