forked from pool/xorg-x11-server
15 lines
455 B
Diff
15 lines
455 B
Diff
diff --git a/hw/xfree86/xaa/xaawrap.h b/hw/xfree86/xaa/xaawrap.h
|
|
index 38c97d7..1799d8e 100644
|
|
--- a/hw/xfree86/xaa/xaawrap.h
|
|
+++ b/hw/xfree86/xaa/xaawrap.h
|
|
@@ -48,7 +48,8 @@
|
|
XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE((PixmapPtr)(pDraw));\
|
|
GCFuncs *oldFuncs = pGC->funcs;\
|
|
pGC->funcs = pGCPriv->wrapFuncs;\
|
|
- pGC->ops = pGCPriv->wrapOps
|
|
+ pGC->ops = pGCPriv->wrapOps; \
|
|
+ SYNC_CHECK(pGC)
|
|
|
|
|
|
#define XAA_PIXMAP_OP_EPILOGUE(pGC)\
|