The caller is required to have validated the GC for the drawable before calling any ops, including PolyGlyphBlt.
Signed-off-by: Jamey Sharp <[email protected]> --- mi/miglblt.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/mi/miglblt.c b/mi/miglblt.c index 13efb0c..9edb500 100644 --- a/mi/miglblt.c +++ b/mi/miglblt.c @@ -182,8 +182,6 @@ miPolyGlyphBlt( 0, 0, gWidth, gHeight, 0, XYBitmap, (char *)pb); - if ((pGC->serialNumber) != (pDrawable->serialNumber)) - ValidateGC(pDrawable, pGC); (*pGC->ops->PushPixels)(pGC, pPixmap, pDrawable, gWidth, gHeight, x + pci->metrics.leftSideBearing, -- 1.7.0 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
