mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-05 22:48:02 +02:00
Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h
This commit is contained in:
parent
90eeb461be
commit
c73ff37b90
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue