<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 8, 2016 at 7:38 AM, Rui Tiago Cação Matos <span dir="ltr"><<a href="mailto:tiagomatos@gmail.com" target="_blank">tiagomatos@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> +    <request name="set_cursor_rectangle"><br>
> +      <description summary="set cursor position"><br>
> +       Sets the cursor outline as a rectangle relative to the surface.<br>
> +<br>
> +       Allows the compositor to put a window with word suggestions near the<br>
> +       cursor.<br>
> +      </description><br>
> +      <arg name="x" type="int"/><br>
> +      <arg name="y" type="int"/><br>
> +      <arg name="width" type="int"/><br>
> +      <arg name="height" type="int"/><br>
<br>
</span>These arguments could, and perhaps should, all be type="uint" .<br></blockquote><div><br></div><div>The x and y have to be signed. Imagine if the client is scrolled in such a way that the cursor rectangle is partially outside the surface.</div><div><br></div></div><br></div></div>