1XGetXCBConnection(3) XLIB FUNCTIONS XGetXCBConnection(3)
2
3
4
6 XGetXCBConnection - get the XCB connection for an Xlib Display
7
9
10 #include <X11/Xlib-xcb.h>
11
12 xcb_connection_t *XGetXCBConnection(Display *dpy);
13
15 dpy Specifies the connection to the X server.
16
18 The XGetXCBConnection function returns the XCB connection associated
19 with an Xlib Display. Clients can use this XCB connection with func‐
20 tions from the XCB library, just as they would with an XCB connection
21 created with XCB. Callers of this function must link to libX11-xcb and
22 a version of Xlib built with XCB support.
23
25 XOpenDisplay(3), XSetEventQueueOwner(3),
26 Xlib - C Language X Interface
27
28
29
30X Version 11 libX11 1.8.1 XGetXCBConnection(3)