diff options
author | Carl Worth <cworth@cworth.org> | 2005-07-17 22:15:57 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-07-17 22:15:57 +0000 |
commit | 584954859ead08491cd5ed04aec54aae6b1048b8 (patch) | |
tree | 6beb47633f498bcb721ca2e2a48a7920e06c2f89 /BUGS | |
parent | c36fd95f6ed1dbdb9c7053f8ba5c58623d6095b8 (diff) |
Add note that Xlib caches need to be cleand up on close of display.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |