From 4e5e08b3251fe9174ae94e01ce3b682b0ffa9967 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Sat, 7 Oct 2006 19:37:54 -0700 Subject: [PATCH] Make CompositeGlyphs* usable. render.xml no longer describes the CompositeGlyphs* requests as taking lists of complicated unions of structures of lists: it says instead that they take a LISTofBYTE. The caller is responsible for constructing an appropriate sequence of glyph elements. Previously, the requests could not actually be used because XCB did not correctly compute the length of the provided data. --- src/extensions/render.xml | 65 ++------------------------------------- 1 file changed, 3 insertions(+), 62 deletions(-) diff --git a/src/extensions/render.xml b/src/extensions/render.xml index a59f7e7..7dbf926 100644 --- a/src/extensions/render.xml +++ b/src/extensions/render.xml @@ -373,31 +373,6 @@ for licensing information. - - - - - - - - - - - - - - - - - len - - - - - - - - @@ -407,26 +382,9 @@ for licensing information. - + - - - - - - - - - len - - - - - - - - @@ -436,26 +394,9 @@ for licensing information. - + - - - - - - - - - len - - - - - - - - @@ -465,7 +406,7 @@ for licensing information. - + -- 2.34.1