mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-26 00:50:42 +02:00
Add note that Xlib caches need to be cleand up on close of display.
This commit is contained in:
parent
c36fd95f6e
commit
584954859e
2 changed files with 12 additions and 0 deletions
7
BUGS
7
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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue