projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90eeb46
)
Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h
author
Josh Triplett
<josh@freedesktop.org>
Sat, 7 Oct 2006 03:11:19 +0000
(20:11 -0700)
committer
Josh Triplett
<josh@freedesktop.org>
Sat, 7 Oct 2006 03:14:48 +0000
(20:14 -0700)
src/xcbxlib.h
patch
|
blob
|
history
diff --git
a/src/xcbxlib.h
b/src/xcbxlib.h
index
628d71d
..
00c76fc
100644
(file)
--- 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);