[Xcb] [PATCH 3/3] render: Add missing dst_x, dst_y fields from CompositeGlyphs*
Robert Ancell
robert.ancell at canonical.com
Wed Sep 9 21:06:39 PDT 2015
Hmm, no I think this is actually a problem in the Render documentation.
On Thu, Sep 10, 2015 at 3:44 PM Robert Ancell <robert.ancell at canonical.com>
wrote:
> Signed-off-by: Robert Ancell <robert.ancell at canonical.com>
> ---
> src/render.xml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/src/render.xml b/src/render.xml
> index c54608e..0ffaf72 100644
> --- a/src/render.xml
> +++ b/src/render.xml
> @@ -519,6 +519,8 @@ for licensing information.
> <field type="GLYPHSET" name="glyphset" />
> <field type="INT16" name="src_x" />
> <field type="INT16" name="src_y" />
> + <field type="INT16" name="dst_x" />
> + <field type="INT16" name="dst_y" />
> <list type="BYTE" name="glyphcmds" />
> </request>
>
> @@ -531,6 +533,8 @@ for licensing information.
> <field type="GLYPHSET" name="glyphset" />
> <field type="INT16" name="src_x" />
> <field type="INT16" name="src_y" />
> + <field type="INT16" name="dst_x" />
> + <field type="INT16" name="dst_y" />
> <list type="BYTE" name="glyphcmds" />
> </request>
>
> @@ -543,6 +547,8 @@ for licensing information.
> <field type="GLYPHSET" name="glyphset" />
> <field type="INT16" name="src_x" />
> <field type="INT16" name="src_y" />
> + <field type="INT16" name="dst_x" />
> + <field type="INT16" name="dst_y" />
> <list type="BYTE" name="glyphcmds" />
> </request>
>
> --
> 2.5.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20150910/ba487675/attachment.html>
More information about the Xcb
mailing list