diff --git a/mi/miwindow.c b/mi/miwindow.c index 8d0f2ed85..eab2c8641 100644 --- a/mi/miwindow.c +++ b/mi/miwindow.c @@ -919,10 +919,10 @@ miSlideAndSizeWindow(pWin, x, y, w, h, pSib) /* and move those bits */ if (oldpt.x != x || oldpt.y != y -#ifdef COMPOSITE - || pWin->redirectDraw -#endif - ) +#ifdef LG3D + || pWin->redirectDraw +#endif /* LG3D */ + ) (*pWin->drawable.pScreen->CopyWindow)(pWin, oldpt, gravitate[g]); /* remove any overwritten bits from the remaining useful bits */