Xlib-xcb.h
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* Copyright (C) 2003-2006 Jamey Sharp, Josh Triplett
  2.  * This file is licensed under the MIT license. See the file COPYING. */
  3. #ifndef XLIB_XCB_H
  4. #define XLIB_XCB_H
  5. #include <xcb/xcb.h>
  6. #include <X11/Xlib.h>
  7. xcb_connection_t *XGetXCBConnection(Display *dpy);
  8. enum XEventQueueOwner { XlibOwnsEventQueue = 0, XCBOwnsEventQueue };
  9. void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner);
  10. #endif /* XLIB_XCB_H */