summaryrefslogtreecommitdiff
path: root/src/xcbxlib.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-04-19 16:49:32 -0700
committerJamey Sharp <jamey@minilop.net>2006-04-19 16:49:32 -0700
commit7667adbc631119ec39f3ef5a316aec42dbf5f393 (patch)
tree9d1d6a5114988ed88a95bc52089a00d6145cd615 /src/xcbxlib.h
parent53971ea183d9d1dcfbaec18b135e49c9c118fabb (diff)
Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead.
Diffstat (limited to 'src/xcbxlib.h')
-rw-r--r--src/xcbxlib.h2
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);