X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbxlib.h;h=628d71dedf0d3896af958a0f4bcf68a57b702790;hb=90eeb461be4975ff35d187ba64fedbb16ff13d15;hp=462e2e31e1edfedcb29707ccd2c6e42618b8b306;hpb=6e29e5f2ee2e6158f1a9480a83e4f906ab9c04d1;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbxlib.h b/src/xcbxlib.h index 462e2e3..628d71d 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -32,11 +32,9 @@ #include "xcb.h" /* This function must be called with the IOLock held. */ -unsigned int XCBGetQueuedRequestRead(XCBConnection *c); +unsigned int xcb_get_request_sent(xcb_connection_t *c); -/* This function must be called with the IOLock held. */ -unsigned int XCBGetRequestSent(XCBConnection *c); - -pthread_mutex_t *XCBGetIOLock(XCBConnection *c); +void xcb_xlib_lock(xcb_connection_t *c); +void xcb_xlib_unlock(xcb_connection_t *c); #endif