On Mon, Sep 28, 2015 at 10:23 PM, Matthieu Herrb <[email protected]> wrote: > On Wed, Sep 16, 2015 at 02:37:38AM -0600, David Coppa wrote: >> >> Hi! >> >> Here's an update to libxcb-1.11.1 >> >> Changes: >> >> - Expose 64-bit sequence numbers for XLib >> - Call _xcb_wake_up_next_reader from xcb_wait_for_special_event >> - Fix a thread hang with xcb_wait_for_special_event() >> >> Tested in a full xenocara rebuild on amd64. >> I think a minor crank is required. > > 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); Ciao! David
