X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbxlib.h;h=da4a044680a1e8284b2666d6c9e5110d53a3db7f;hb=40589db8124b8c72894deb86a825c6117b0a2cd2;hp=59dd2a5c40ee49f45aac9a465985e4116f18237c;hpb=a92716f1da2741fca850b3c37299e80032726276;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbxlib.h b/src/xcbxlib.h index 59dd2a5..da4a044 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -32,8 +32,11 @@ #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); + +void xcb_xlib_lock(xcb_connection_t *c); +void xcb_xlib_unlock(xcb_connection_t *c); #endif