diff options
Diffstat (limited to 'miext/cw/cw_ops.c')
-rw-r--r-- | miext/cw/cw_ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/miext/cw/cw_ops.c b/miext/cw/cw_ops.c index f4d6e3478..fea2cab55 100644 --- a/miext/cw/cw_ops.c +++ b/miext/cw/cw_ops.c @@ -46,6 +46,7 @@ pGCPrivate->wrapOps = (pGC)->ops; \ (pGC)->funcs = &cwGCFuncs; \ (pGC)->ops = &cwGCOps; \ + COMPOSITE_DEBUGVIS_BACKING_PIXMAP(pBackingDst); \ } while (0) extern GCFuncs cwGCFuncs; @@ -193,6 +194,8 @@ cwCopyArea(DrawablePtr pSrc, DrawablePtr pDst, GCPtr pGC, int srcx, int srcy, if (exposed != NULL) REGION_TRANSLATE(pDst->pScreen, exposed, odstx - dstx, odsty - dsty); + COMPOSITE_DEBUGVIS_SHARED_PIXMAP(pBackingDst, pSrc); + EPILOGUE(pGC); return exposed; |