X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbxlib.h;h=4ceb03e60238901fdf7bda55498a958cc20369d5;hb=162c7593adf1577ca8aecfcd53fd5644b6182609;hp=e9f7140d5794affd50886f1ca531eb3684dc5102;hpb=47ceed78612d48dcda62cc2686fc527d61abe38b;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbxlib.h b/src/xcbxlib.h index e9f7140..4ceb03e 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -31,6 +31,10 @@ #include #include "xcb.h" +/* This function must be called with the IOLock held. */ +unsigned int XCBGetQueuedRequestRead(XCBConnection *c) deprecated; + +/* This function must be called with the IOLock held. */ unsigned int XCBGetRequestSent(XCBConnection *c); pthread_mutex_t *XCBGetIOLock(XCBConnection *c);