diff options
Diffstat (limited to 'src/xcbxlib.h')
-rw-r--r-- | src/xcbxlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xcbxlib.h b/src/xcbxlib.h index 59dd2a5..7e050c2 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -32,8 +32,8 @@ #include "xcb.h" /* This function must be called with the IOLock held. */ -unsigned int XCBGetRequestSent(XCBConnection *c); +unsigned int xcb_get_request_sent(xcb_connection_t *c); -pthread_mutex_t *XCBGetIOLock(XCBConnection *c); +pthread_mutex_t *xcb_get_io_lock(xcb_connection_t *c); #endif |