Simplify: Always use writev. (In _xcb_out_flush, convert the output queue to a single...
[free-sw/xcb/libxcb] / src / xcb_xlib.c
index 61518f7..09f74a7 100644 (file)
 #include "xcbxlib.h"
 #include "xcbint.h"
 
+unsigned int XCBGetQueuedRequestRead(XCBConnection *c)
+{
+    return c->in.request_read;
+}
+
 unsigned int XCBGetRequestSent(XCBConnection *c)
 {
     return c->out.request;