[cairo-commit] cairo ChangeLog,1.670,1.671
Owen Taylor
commit at pdx.freedesktop.org
Mon Jun 20 15:48:49 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv2501
Modified Files:
ChangeLog
Log Message:
2005-06-20 Owen Taylor <otaylor at redhat.com>
Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=3566
* src/cairo-xlib-surface.c: Detect servers with a bug in
repeating surfaces by checking vendor string and version.
* src/cairo-xlib-surface.c: For such surfaces
* src/cairo-xlib-surface.c: Save clip rects when setting a
clip region on a surface so that we set the right clip for the
surface's GC if we create it later.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -d -r1.670 -r1.671
--- ChangeLog 20 Jun 2005 19:54:15 -0000 1.670
+++ ChangeLog 20 Jun 2005 22:48:46 -0000 1.671
@@ -1,3 +1,16 @@
+2005-06-20 Owen Taylor <otaylor at redhat.com>
+
+ Workaround for https://bugs.freedesktop.org/show_bug.cgi?id=3566
+
+ * src/cairo-xlib-surface.c: Detect servers with a bug in
+ repeating surfaces by checking vendor string and version.
+
+ * src/cairo-xlib-surface.c: For such surfaces
+
+ * src/cairo-xlib-surface.c: Save clip rects when setting a
+ clip region on a surface so that we set the right clip for the
+ surface's GC if we create it later.
+
2005-06-20 Carl Worth <cworth at cworth.org>
* src/cairo-matrix.c: (_cairo_matrix_is_integer_translation):
More information about the cairo-commit
mailing list