X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;fp=src%2Fxcbext.h;h=44030c320e5cc9f2f0f2617db01ef9bde9a782b5;hb=7b53fb0f9bddae77b3ab8823743db57faee4e99b;hp=4e1f2f73d03d6703bcaea39e96364cb4da2265ff;hpb=98c227a2222fb5c7ca7e8101b1ed2bc096a33048;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbext.h b/src/xcbext.h index 4e1f2f7..44030c3 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -59,6 +59,8 @@ enum xcb_send_request_flags_t { unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vector, const xcb_protocol_request_t *request); +void xcb_send_fd(xcb_connection_t *c, int fd); + /* xcb_take_socket allows external code to ask XCB for permission to * take over the write side of the socket and send raw data with * xcb_writev. xcb_take_socket provides the sequence number of the last