[Xcb] [PATCH 3/3] render: Add missing dst_x, dst_y fields from CompositeGlyphs*

Robert Ancell robert.ancell at canonical.com
Wed Sep 9 20:44:00 PDT 2015


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



More information about the Xcb mailing list