Make CompositeGlyphs* usable.
authorJamey Sharp <jamey@minilop.net>
Sun, 8 Oct 2006 02:37:54 +0000 (19:37 -0700)
committerJamey Sharp <jamey@minilop.net>
Sun, 8 Oct 2006 02:37:54 +0000 (19:37 -0700)
commit4e5e08b3251fe9174ae94e01ce3b682b0ffa9967
treed0bab41b77d8090199be6d8b419a04d5494a540a
parentb8071b0fa537a759be69892508ea8b9427b2adb1
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