[cairo-commit] cairo/src cairo-xlib-screen.c,1.4,1.5
Carl Worth
commit at pdx.freedesktop.org
Tue Aug 23 08:21:49 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv11027/src
Modified Files:
cairo-xlib-screen.c
Log Message:
2005-08-23 Carl Worth <cworth at cworth.org>
* BUGS:
* src/cairo-xlib-screen.c: Move comment about missing cleanup of
caches on XCloseDisplay from BUGS to a
_cairo_xlib_close_display. Also covered in bug #4120.
Index: cairo-xlib-screen.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xlib-screen.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cairo-xlib-screen.c 1 Aug 2005 20:33:47 -0000 1.4
+++ cairo-xlib-screen.c 23 Aug 2005 15:21:46 -0000 1.5
@@ -247,6 +247,9 @@
static cairo_xlib_screen_info_t *_cairo_xlib_screen_list = NULL;
+/* XXX: From this function we should also run through and cleanup
+ * anything else that still has a pointer to this Display*. For
+ * example, we should clean up any Xlib-specific glyph caches. */
static int
_cairo_xlib_close_display (Display *dpy, XExtCodes *codes)
{
More information about the cairo-commit
mailing list