pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Wed Jun 24 06:03:01 PDT 2009


 pixman/pixman-utils.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b6c97ae2c934ca5adade10303d6faa6e827f826d
Author: Søren Sandmann Pedersen <sandmann at redhat.com>
Date:   Wed Jun 24 09:04:54 2009 -0400

    Fix comment in pixman-utils to have the right sense.

diff --git a/pixman/pixman-utils.c b/pixman/pixman-utils.c
index 89ad346..497e8c9 100644
--- a/pixman/pixman-utils.c
+++ b/pixman/pixman-utils.c
@@ -128,8 +128,8 @@ pixman_compute_composite_region32 (pixman_region32_t *	pRegion,
     
     /* Some X servers rely on an old bug, where pixman would just believe the
      * set clip_region and not clip against the destination geometry. So, 
-     * since only X servers set "source clip", we only clip against destination
-     * geometry when that is set.
+     * since only X servers set "source clip", we don't clip against
+     * destination geometry when that is set.
      */
     if (!pDst->common.clip_sources)
     {


More information about the xorg-commit mailing list