mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Replace XDrawString8() by xcb_poly_text_8(), as well as XDrawString16() by xcb_poly_text_16(). Some care needs to be taken to prepend the xTextElt header before sending the request out. GC operation handlers don't need to care about poly-strings or length above 254, as this is already handled by their caller, doPolyText(). Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>