From c73ff37b907c8af6d03ab69cca27bc837c1cc189 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 6 Oct 2006 20:11:19 -0700 Subject: [PATCH] Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h --- src/xcbxlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.34.1