Minor performance improvement: do not call _xcb_in_expect_reply unless it is needed...
[free-sw/xcb/libxcb] / src / xcbxlib.h
index e9f7140..4ceb03e 100644 (file)
 #include <pthread.h>
 #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);