X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbext.h;h=4e1f2f73d03d6703bcaea39e96364cb4da2265ff;hb=e4e0c6eec861f4c69da12060dc8dbe7a63fa5eb6;hp=98b3c93c1e403d152b379048ac63cb1d1d14adf1;hpb=3c5813697169a33ecfd6ac0ab5641dec654f6612;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbext.h b/src/xcbext.h index 98b3c93..4e1f2f7 100644 --- a/src/xcbext.h +++ b/src/xcbext.h @@ -66,6 +66,7 @@ unsigned int xcb_send_request(xcb_connection_t *c, int flags, struct iovec *vect * callback which XCB can call when it wants the write side of the * socket back to make a request. This callback synchronizes with the * external socket owner and flushes any output queues if appropriate. + * The callback might be called from different threads at the same time. * If you are sending requests which won't cause a reply, please note the * comment for xcb_writev which explains some sequence number wrap issues. * */