]> git.pld-linux.org Git - packages/X11.git/blame - X11-composite-gravity.patch
- another try
[packages/X11.git] / X11-composite-gravity.patch
CommitLineData
f31369bd 1--- xc/programs/Xserver/mi/miwindow.c.~1.2.~ 2004-04-23 15:54:26.000000000 -0400
2+++ xc/programs/Xserver/mi/miwindow.c 2005-02-02 12:16:29.489952336 -0500
3@@ -883,7 +883,11 @@
4
5 /* and move those bits */
6
7- if (oldpt.x != x || oldpt.y != y)
8+ if (oldpt.x != x || oldpt.y != y
9+#ifdef COMPOSITE
10+ || pWin->redirectDraw
11+#endif
12+ )
13 (*pWin->drawable.pScreen->CopyWindow)(pWin, oldpt, gravitate[g]);
14
15 /* remove any overwritten bits from the remaining useful bits */
This page took 0.035227 seconds and 4 git commands to generate.