Warning, file /include/X11/Xlib-xcb.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004 #ifndef _X11_XLIB_XCB_H_
0005 #define _X11_XLIB_XCB_H_
0006
0007 #include <xcb/xcb.h>
0008 #include <X11/Xlib.h>
0009 #include <X11/Xfuncproto.h>
0010
0011 _XFUNCPROTOBEGIN
0012
0013 xcb_connection_t *XGetXCBConnection(Display *dpy);
0014
0015 enum XEventQueueOwner { XlibOwnsEventQueue = 0, XCBOwnsEventQueue };
0016 void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner);
0017
0018 _XFUNCPROTOEND
0019
0020 #endif