comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/X11/Xlib-xcb.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 69:33d812a61356
1 /* Copyright (C) 2003-2006 Jamey Sharp, Josh Triplett
2 * This file is licensed under the MIT license. See the file COPYING. */
3
4 #ifndef _X11_XLIB_XCB_H_
5 #define _X11_XLIB_XCB_H_
6
7 #include <xcb/xcb.h>
8 #include <X11/Xlib.h>
9 #include <X11/Xfuncproto.h>
10
11 _XFUNCPROTOBEGIN
12
13 xcb_connection_t *XGetXCBConnection(Display *dpy);
14
15 enum XEventQueueOwner { XlibOwnsEventQueue = 0, XCBOwnsEventQueue };
16 void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner);
17
18 _XFUNCPROTOEND
19
20 #endif /* _X11_XLIB_XCB_H_ */