Add note that Xlib caches need to be cleand up on close of display.

This commit is contained in:
Carl Worth 2005-07-17 22:15:57 +00:00
parent c36fd95f6e
commit 584954859e
2 changed files with 12 additions and 0 deletions

7
BUGS
View file

@ -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:

View file

@ -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: