summaryrefslogtreecommitdiff
path: root/BUGS
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 /BUGS
parentc36fd95f6ed1dbdb9c7053f8ba5c58623d6095b8 (diff)
Add note that Xlib caches need to be cleand up on close of display.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 7 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: