Enclose bug fix for 208 in #ifdef LG3D until the Xorg folks decide they

want this fix in the top-level tree.
This commit is contained in:
Deron Johnson 2005-01-05 23:07:04 +00:00
parent 936729339f
commit b17cfa1500

View file

@ -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 */