summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-07-17 22:15:57 +0000
committerCarl Worth <cworth@cworth.org>2005-07-17 22:15:57 +0000
commit584954859ead08491cd5ed04aec54aae6b1048b8 (patch)
tree6beb47633f498bcb721ca2e2a48a7920e06c2f89
parentc36fd95f6ed1dbdb9c7053f8ba5c58623d6095b8 (diff)
downloadcairo-584954859ead08491cd5ed04aec54aae6b1048b8.tar.gz
Add note that Xlib caches need to be cleand up on close of display.
-rw-r--r--BUGS7
-rw-r--r--ChangeLog5
2 files changed, 12 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 6ebf534a0..ea529cb7d 100644
--- a/BUGS
+++ b/BUGS
@@ -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:
diff --git a/ChangeLog b/ChangeLog
index 001727e8d..541a0d92e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-18 Carl Worth <cworth@cworth.org>
+
+ * BUGS: Add note that Xlib caches need to be cleand up on close
+ of display.
+
2005-07-15 Carl Worth <cworth@cworth.org>
* src/cairo-font.c: