diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-23 08:21:46 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-23 08:21:46 +0000 |
commit | 0c2aa6e6abda77b67af91b32721b228097326d6d (patch) | |
tree | 2c94c9afd1aba4dbc1acbd037a6290c995701710 /BUGS | |
parent | 60f9c8d9fd914004e183adaf2bbba76b08c4e950 (diff) |
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-- | BUGS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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. -- |