X7ROOT File Manager
Current Path:
/usr/include/X11
usr
/
include
/
X11
/
??
..
??
DECkeysym.h
(2.75 KB)
??
HPkeysym.h
(5.9 KB)
??
ImUtil.h
(459 B)
??
Sunkeysym.h
(3.93 KB)
??
X.h
(19.67 KB)
??
XF86keysym.h
(13.29 KB)
??
XKBlib.h
(30.27 KB)
??
XWDFile.h
(3.78 KB)
??
Xalloca.h
(4.48 KB)
??
Xarch.h
(2.88 KB)
??
Xatom.h
(2.46 KB)
??
Xauth.h
(3.73 KB)
??
Xcms.h
(20.85 KB)
??
Xdefs.h
(2.34 KB)
??
Xfuncproto.h
(7.68 KB)
??
Xfuncs.h
(2.2 KB)
??
Xlib-xcb.h
(506 B)
??
Xlib.h
(97.2 KB)
??
XlibConf.h
(1.53 KB)
??
Xlibint.h
(39.56 KB)
??
Xlocale.h
(1.27 KB)
??
Xmd.h
(5 KB)
??
Xos.h
(4.26 KB)
??
Xos_r.h
(32.9 KB)
??
Xosdefs.h
(3.04 KB)
??
Xpoll.h
(7.56 KB)
??
Xproto.h
(51.17 KB)
??
Xprotostr.h
(2.68 KB)
??
Xregion.h
(5.81 KB)
??
Xresource.h
(10.38 KB)
??
Xthreads.h
(12.1 KB)
??
Xutil.h
(20.85 KB)
??
Xw32defs.h
(1.86 KB)
??
Xwindows.h
(3.21 KB)
??
Xwinsock.h
(2.21 KB)
??
ap_keysym.h
(2.24 KB)
??
cursorfont.h
(3.04 KB)
??
dri
??
extensions
??
fonts
??
keysym.h
(2.7 KB)
??
keysymdef.h
(171.14 KB)
??
xpm.h
(15.83 KB)
Editing: Xlib-xcb.h
/* Copyright (C) 2003-2006 Jamey Sharp, Josh Triplett * This file is licensed under the MIT license. See the file COPYING. */ #ifndef _X11_XLIB_XCB_H_ #define _X11_XLIB_XCB_H_ #include <xcb/xcb.h> #include <X11/Xlib.h> #include <X11/Xfuncproto.h> _XFUNCPROTOBEGIN xcb_connection_t *XGetXCBConnection(Display *dpy); enum XEventQueueOwner { XlibOwnsEventQueue = 0, XCBOwnsEventQueue }; void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner); _XFUNCPROTOEND #endif /* _X11_XLIB_XCB_H_ */
Upload File
Create Folder