On 2015/09/29 13:53, David Coppa wrote:
> > The diff looks ok, but we currently don't have anything in xenocara
> > using the new functions. Do you know any application in ports that
> > would use it if available ?
> 
> I don't know, I've just followed the "rule" new functions->minor bump.
> 
> Maybe Stuart can grep the ports tree with ag...
> 
> The new functions are:
> 
> uint64_t xcb_send_request64(xcb_connection_t *c, int flags, struct
> iovec *vector, const xcb_protocol_request_t *request);
> 
> void *xcb_wait_for_reply64(xcb_connection_t *c, uint64_t request,
> xcb_generic_error_t **e);
> 
> int xcb_poll_for_reply64(xcb_connection_t *c, uint64_t request, void
> **reply, xcb_generic_error_t **error);

I don't see anything.

Reply via email to