diff options
author | Scott Moreau <oreaus@gmail.com> | 2012-06-01 12:46:09 -0600 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-04 11:07:50 -0400 |
commit | ae71220fc9fbb9b43af4fcf8f3f57305ffcd9110 (patch) | |
tree | 5a949aa95fc601ee38be6336e9ec42c7ff61ee39 /protocol/text-cursor-position.xml | |
parent | bbf63bf92c3d0003e883bfd385feb24788ff38b6 (diff) | |
download | weston-ae71220fc9fbb9b43af4fcf8f3f57305ffcd9110.tar.gz weston-ae71220fc9fbb9b43af4fcf8f3f57305ffcd9110.tar.bz2 weston-ae71220fc9fbb9b43af4fcf8f3f57305ffcd9110.zip |
Convert text cursor position protocol to use fixed types.
Diffstat (limited to 'protocol/text-cursor-position.xml')
-rw-r--r-- | protocol/text-cursor-position.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/text-cursor-position.xml b/protocol/text-cursor-position.xml index dbeda724..0fbc54e7 100644 --- a/protocol/text-cursor-position.xml +++ b/protocol/text-cursor-position.xml @@ -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> |