Author: speedy Date: Mon Jul 4 22:08:42 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - new
---- Files affected: SOURCES: X11-composite-gravity.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/X11-composite-gravity.patch diff -u /dev/null SOURCES/X11-composite-gravity.patch:1.1 --- /dev/null Tue Jul 5 00:08:42 2005 +++ SOURCES/X11-composite-gravity.patch Tue Jul 5 00:08:36 2005 @@ -0,0 +1,15 @@ +--- xc/programs/Xserver/mi/miwindow.c.~1.2.~ 2004-04-23 15:54:26.000000000 -0400 ++++ xc/programs/Xserver/mi/miwindow.c 2005-02-02 12:16:29.489952336 -0500 +@@ -883,7 +883,11 @@ + + /* and move those bits */ + +- if (oldpt.x != x || oldpt.y != y) ++ if (oldpt.x != x || oldpt.y != y ++#ifdef COMPOSITE ++ || pWin->redirectDraw ++#endif ++ ) + (*pWin->drawable.pScreen->CopyWindow)(pWin, oldpt, gravitate[g]); + + /* remove any overwritten bits from the remaining useful bits */ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
