From b17cfa150080f315e1b40c9926e4e30c4fdfd02c Mon Sep 17 00:00:00 2001 From: Deron Johnson Date: Wed, 5 Jan 2005 23:07:04 +0000 Subject: Enclose bug fix for 208 in #ifdef LG3D until the Xorg folks decide they want this fix in the top-level tree. --- mi/miwindow.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mi') 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 */ -- cgit v1.2.3