xlib: Remove obsolete comment, there is no race anymore

The display lock is now held for the duration of the screen creation, so
there is no race. Remove the false comment.
This commit is contained in:
Chris Wilson 2010-05-06 09:58:46 +01:00
parent 62346c500a
commit 9e0b716ecf

View file

@ -366,10 +366,6 @@ _cairo_xlib_screen_get (Display *dpy,
(XRenderFindVisualFormat (dpy, DefaultVisual (dpy, DefaultScreen (dpy))) != 0);
}
/* Small window of opportunity for two screen infos for the same
* Screen - just wastes a little bit of memory but should not cause
* any corruption.
*/
_cairo_xlib_display_add_screen (display, info);
*out = info;