X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbxlib.h;h=4ceb03e60238901fdf7bda55498a958cc20369d5;hb=771761ccaad31d029d470dde84279e94494310b6;hp=59dd2a5c40ee49f45aac9a465985e4116f18237c;hpb=26ac6292ba0535ac3747d23f2f4d284c4b5f42ba;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbxlib.h b/src/xcbxlib.h index 59dd2a5..4ceb03e 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) deprecated; + /* This function must be called with the IOLock held. */ unsigned int XCBGetRequestSent(XCBConnection *c);