[PATCH] protocol: revert hotspot_x/y in set_cursor back to int

Kristian Høgsberg hoegsberg at gmail.com
Thu Apr 18 13:26:53 PDT 2013


On Thu, Apr 18, 2013 at 06:33:01AM +1000, Peter Hutterer wrote:
> copy/paste error introduced in 9c0357af6ee42c318ce37b458ae7bdb7d51316cb
> 
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> sorry.

No worries, I should've caught this when reviewing...  Nothing broke
on the wire or in the code, both fixed and int are just int32_ts in
real life.

Kristian

>  protocol/wayland.xml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/protocol/wayland.xml b/protocol/wayland.xml
> index eda9441..31f809a 100644
> --- a/protocol/wayland.xml
> +++ b/protocol/wayland.xml
> @@ -1209,8 +1209,8 @@
>  
>        <arg name="serial" type="uint" summary="serial of the enter event"/>
>        <arg name="surface" type="object" interface="wl_surface" allow-null="true"/>
> -      <arg name="hotspot_x" type="fixed" summary="x coordinate in surface-relative coordinates"/>
> -      <arg name="hotspot_y" type="fixed" summary="y coordinate in surface-relative coordinates"/>
> +      <arg name="hotspot_x" type="int" summary="x coordinate in surface-relative coordinates"/>
> +      <arg name="hotspot_y" type="int" summary="y coordinate in surface-relative coordinates"/>
>      </request>
>  
>      <event name="enter">
> -- 
> 1.8.1.4
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list