X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbxlib.h;h=462e2e31e1edfedcb29707ccd2c6e42618b8b306;hb=ff38c17c48c271847d12c81cbf80142c6918dc78;hp=59dd2a5c40ee49f45aac9a465985e4116f18237c;hpb=26ac6292ba0535ac3747d23f2f4d284c4b5f42ba;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbxlib.h b/src/xcbxlib.h index 59dd2a5..462e2e3 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -31,6 +31,9 @@ #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);