summaryrefslogtreecommitdiff
path: root/src/xcbext.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/xcbext.h
parent53971ea183d9d1dcfbaec18b135e49c9c118fabb (diff)
Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead.
Diffstat (limited to 'src/xcbext.h')
-rw-r--r--src/xcbext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xcbext.h b/src/xcbext.h
index 0d172e9..508ebf0 100644
--- a/src/xcbext.h
+++ b/src/xcbext.h
@@ -63,6 +63,7 @@ unsigned int XCBSendRequest(XCBConnection *c, int flags, struct iovec *vector, c
/* xcb_in.c */
void *XCBWaitForReply(XCBConnection *c, unsigned int request, XCBGenericError **e);
+int XCBPollForReply(XCBConnection *c, unsigned int request, void **reply, XCBGenericError **error);
/* xcb_xid.c */