X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbxlib.h;h=462e2e31e1edfedcb29707ccd2c6e42618b8b306;hb=11c62f7d9d65c10c796c2199c73c8f167e53f234;hp=e9f7140d5794affd50886f1ca531eb3684dc5102;hpb=47ceed78612d48dcda62cc2686fc527d61abe38b;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbxlib.h b/src/xcbxlib.h index e9f7140..462e2e3 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); + +/* This function must be called with the IOLock held. */ unsigned int XCBGetRequestSent(XCBConnection *c); pthread_mutex_t *XCBGetIOLock(XCBConnection *c);