diff options
Diffstat (limited to 'src/xcbxlib.h')
-rw-r--r-- | src/xcbxlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcbxlib.h b/src/xcbxlib.h index 462e2e3..4ceb03e 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -32,7 +32,7 @@ #include "xcb.h" /* This function must be called with the IOLock held. */ -unsigned int XCBGetQueuedRequestRead(XCBConnection *c); +unsigned int XCBGetQueuedRequestRead(XCBConnection *c) deprecated; /* This function must be called with the IOLock held. */ unsigned int XCBGetRequestSent(XCBConnection *c); |