X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_xlib.c;h=5e56426c3a400e18106638d731c1f00fa8f45c2f;hb=63b38f31974b0a61c923a62a2d224e7024a0fc2b;hp=054bc2e6c23f29e16b34b1c8d6bc216d78651340;hpb=7f71bf9c0f30536e85907b2c991cb7001861e1d3;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/xcb_xlib.c b/src/xcb_xlib.c index 054bc2e..5e56426 100644 --- a/src/xcb_xlib.c +++ b/src/xcb_xlib.c @@ -26,14 +26,14 @@ #include "xcbxlib.h" #include "xcbint.h" -unsigned int XCBGetRequestSent(XCBConnection *c) +unsigned int xcb_get_request_sent(xcb_connection_t *c) { if(c->has_error) return 0; return c->out.request; } -pthread_mutex_t *XCBGetIOLock(XCBConnection *c) +pthread_mutex_t *xcb_get_io_lock(xcb_connection_t *c) { if(c->has_error) return 0;