From: Josh Triplett Date: Sat, 7 Oct 2006 03:11:19 +0000 (-0700) Subject: Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c73ff37b907c8af6d03ab69cca27bc837c1cc189;p=free-sw%2Fxcb%2Flibxcb Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h --- diff --git a/src/xcbxlib.h b/src/xcbxlib.h index 628d71d..00c76fc 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -31,7 +31,8 @@ #include #include "xcb.h" -/* This function must be called with the IOLock held. */ +/* The caller of this function must hold the xlib lock, using the lock + * functions below. */ unsigned int xcb_get_request_sent(xcb_connection_t *c); void xcb_xlib_lock(xcb_connection_t *c);