[Xcb-commit] src

Josh Triplett josh at kemper.freedesktop.org
Fri Oct 6 20:14:51 PDT 2006


 src/xcbxlib.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

New commits:
diff-tree c73ff37b907c8af6d03ab69cca27bc837c1cc189 (from 90eeb461be4975ff35d187ba64fedbb16ff13d15)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Fri Oct 6 20:11:19 2006 -0700

    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 <pthread.h>
 #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);


More information about the xcb-commit mailing list