[cairo-commit] cairo BUGS,1.25,1.26 ChangeLog,1.738,1.739
Carl Worth
commit at pdx.freedesktop.org
Sun Jul 17 22:15:59 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv14820
Modified Files:
BUGS ChangeLog
Log Message:
* BUGS: Add note that Xlib caches need to be cleand up on close
of display.
Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- BUGS 10 Feb 2005 15:46:46 -0000 1.25
+++ BUGS 18 Jul 2005 05:15:57 -0000 1.26
@@ -1,3 +1,10 @@
+cairo-xlib-surface needs to do the Xlib register extension hack so
+that it can listen for a Display close event. When it gets that, it
+needs to run through its caches and eliminate anything associated with
+that display.
+
+--
+
cairo_show_surface fails when given a non-default CTM, see the
show_surface.cairo snippet in:
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.738
retrieving revision 1.739
diff -u -d -r1.738 -r1.739
--- ChangeLog 15 Jul 2005 20:59:47 -0000 1.738
+++ ChangeLog 18 Jul 2005 05:15:57 -0000 1.739
@@ -1,3 +1,8 @@
+2005-07-18 Carl Worth <cworth at cworth.org>
+
+ * BUGS: Add note that Xlib caches need to be cleand up on close
+ of display.
+
2005-07-15 Carl Worth <cworth at cworth.org>
* src/cairo-font.c:
More information about the cairo-commit
mailing list