summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-23 08:21:46 +0000
committerCarl Worth <cworth@cworth.org>2005-08-23 08:21:46 +0000
commit0c2aa6e6abda77b67af91b32721b228097326d6d (patch)
tree2c94c9afd1aba4dbc1acbd037a6290c995701710 /BUGS
parent60f9c8d9fd914004e183adaf2bbba76b08c4e950 (diff)
downloadcairo-0c2aa6e6abda77b67af91b32721b228097326d6d.tar.gz
Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a _cairo_xlib_close_display. Also covered in bug #4120.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 0 insertions, 7 deletions
diff --git a/BUGS b/BUGS
index c8fa6063c..20281bf46 100644
--- a/BUGS
+++ b/BUGS
@@ -1,10 +1,3 @@
-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.
-
---
-
The caches need to be invalidated at font destruction time.
--