X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcbxlib.h;h=7e050c22344e3d35187549a1e10e39f1706a8c51;hb=a1a7646d5a791c2e918bc1a9f46d64334d5ab575;hp=e9f7140d5794affd50886f1ca531eb3684dc5102;hpb=47ceed78612d48dcda62cc2686fc527d61abe38b;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcbxlib.h b/src/xcbxlib.h index e9f7140..7e050c2 100644 --- a/src/xcbxlib.h +++ b/src/xcbxlib.h @@ -31,8 +31,9 @@ #include #include "xcb.h" -unsigned int XCBGetRequestSent(XCBConnection *c); +/* This function must be called with the IOLock held. */ +unsigned int xcb_get_request_sent(xcb_connection_t *c); -pthread_mutex_t *XCBGetIOLock(XCBConnection *c); +pthread_mutex_t *xcb_get_io_lock(xcb_connection_t *c); #endif