Convert text cursor position protocol to use fixed types.

This commit is contained in:
Scott Moreau
2012-06-01 12:46:09 -06:00
committed by Kristian Høgsberg
parent bbf63bf92c
commit ae71220fc9
5 changed files with 20 additions and 16 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
<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"/>
<arg name="x" type="fixed"/>
<arg name="y" type="fixed"/>
</request>
</interface>