[PATCH 3/3] Remove non-existant dst-x, dst-y fields from CompositeGlyphs* requests

Robert Ancell robert.ancell at canonical.com
Wed Sep 9 21:19:19 PDT 2015


Signed-off-by: Robert Ancell <robert.ancell at canonical.com>
---
 renderproto.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/renderproto.txt b/renderproto.txt
index 14ff15d..c349e03 100644
--- a/renderproto.txt
+++ b/renderproto.txt
@@ -986,7 +986,6 @@ CompositeGlyphs32
 	mask-format:	PICTFORMAT or None
 	glyphset:	GLYPHABLE
 	src-x, src-y:	INT16
-	dst-x, dst-y:	INT16
 	glyphcmds:	LISTofGLYPHITEM8	CompositeGlyphs8
 	glyphcmds:	LISTofGLYPHITEM16	CompositeGlyphs16
 	glyphcmds:	LISTofGLYPHITEM32	CompositeGlyphs32
@@ -994,7 +993,7 @@ CompositeGlyphs32
 	Errors:
 		Picture, PictOp, PictFormat, GlyphSet, Glyph
 
-	The dst-x and dst-y coordinates are relative to the drawable's
+	The src-x and src-y coordinates are relative to the drawable's
 	origin and specify the baseline starting position (the initial glyph
 	origin).  Each glyph item is processed in turn.  A glyphset item
 	causes the glyphset to be used for subsequent glyphs.  Switching
-- 
2.5.0



More information about the xorg-devel mailing list