mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 07:40:21 +01:00
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:
parent
936729339f
commit
b17cfa1500
1 changed files with 4 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue