OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcb
(Results
1 - 25
of
192
) sorted by relevancy
1
2
3
4
5
6
7
8
/xsrc/external/mit/xwininfo/dist/
clientwin.h
25
#include <
xcb
/
xcb
.h>
26
#include <
xcb
/xproto.h>
dsimple.h
35
* Ported to
XCB
over two decades later.
39
#include <
xcb
/
xcb
.h>
40
#include <
xcb
/xproto.h>
/xsrc/external/mit/libX11/dist/src/
xcb_disp.c
10
#include <
xcb
/xcbext.h>
65
dpy->
xcb
= Xcalloc(1, sizeof(_X11XCBPrivate));
66
if(!dpy->
xcb
)
83
dpy->
xcb
->connection = c;
84
dpy->
xcb
->next_xid = xcb_generate_id(dpy->
xcb
->connection);
86
dpy->
xcb
->event_notify = xcondition_malloc();
87
dpy->
xcb
->reply_notify = xcondition_malloc();
88
if (!dpy->
xcb
->event_notify || !dpy->
xcb
->reply_notify
[
all
...]
x11_xcb.c
9
return dpy->
xcb
->connection;
14
dpy->
xcb
->event_owner = owner;
xcb_io.c
12
#include <
xcb
/xcbext.h>
29
fprintf(stderr, "[
xcb
] Aborting, sorry about that.\n"); \
34
fprintf(stderr, "[
xcb
] " _message "\n"); \
36
fprintf(stderr, "[
xcb
] You called XInitThreads, this is not your fault\n"); \
38
fprintf(stderr, "[
xcb
] Most likely this is a multi-threaded client " \
47
fprintf(stderr, "[
xcb
] " _message "\n"); \
48
fprintf(stderr, "[
xcb
] This is most likely caused by a broken X " \
68
/* if we don't own the event queue, we have to ask
XCB
70
if(dpy->
xcb
->event_owner != XlibOwnsEventQueue)
72
if(!xcb_take_socket(dpy->
xcb
->connection, return_socket, dpy
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
winclipboard.h
30
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/MesaLib/dist/src/glx/
glx_error.h
36
#include <
xcb
/
xcb
.h>
dri3_priv.h
57
#include <
xcb
/
xcb
.h>
58
#include <
xcb
/dri3.h>
59
#include <
xcb
/present.h>
60
#include <
xcb
/sync.h>
glx_query.c
34
# include <X11/Xlib-
xcb
.h>
35
# include <
xcb
/
xcb
.h>
36
# include <
xcb
/glx.h>
/xsrc/external/mit/MesaLib.old/dist/src/glx/
glx_error.h
36
#include <
xcb
/
xcb
.h>
dri3_priv.h
57
#include <
xcb
/
xcb
.h>
58
#include <
xcb
/dri3.h>
59
#include <
xcb
/present.h>
60
#include <
xcb
/sync.h>
glx_query.c
34
# include <X11/Xlib-
xcb
.h>
35
# include <
xcb
/
xcb
.h>
36
# include <
xcb
/glx.h>
/xsrc/external/mit/libX11/dist/include/X11/
Xlib-xcb.h
7
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowicons.h
30
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan.h
63
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/xeyes/dist/
EyesP.h
12
#include <X11/Xlib-
xcb
.h>
13
#include <
xcb
/
xcb
.h>
14
#include <
xcb
/present.h>
15
#include <
xcb
/xfixes.h>
16
#include <
xcb
/damage.h>
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_wsi_x11.c
28
#include <X11/Xlib-
xcb
.h>
30
#include <
xcb
/
xcb
.h>
31
#include <
xcb
/dri3.h>
32
#include <
xcb
/present.h>
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_wsi_x11.c
24
#include <X11/Xlib-
xcb
.h>
26
#include <
xcb
/
xcb
.h>
27
#include <
xcb
/dri3.h>
28
#include <
xcb
/present.h>
/xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan.h
53
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr_glamor_glx.h
31
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/xorg-server/dist/test/bigreq/
request-length.c
27
#include <
xcb
/
xcb
.h>
28
#include <
xcb
/bigreq.h>
29
#include <
xcb
/xinput.h>
64
/* Manually write out the bad request.
XCB
can't help us here.*/
/xsrc/external/mit/xcb-util/dist/keysyms/
xcb_keysyms.h
4
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/xcb-util/dist/reply/
xcb_reply.h
30
* @defgroup xcb__reply_t
XCB
Reply Functions
32
* These functions ease the usage of asynchronous possibility of
XCB
about
41
#include <
xcb
/
xcb
.h>
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
dri3.c
26
#include <X11/Xlib-
xcb
.h>
28
#include <
xcb
/
xcb
.h>
29
#include <
xcb
/dri3.h>
30
#include <
xcb
/sync.h>
/xsrc/external/mit/xorg-server/dist/test/bugs/
bug1354.c
1
#include <
xcb
/
xcb
.h>
2
#include <
xcb
/xcb_aux.h>
3
#include <
xcb
/xcb_image.h>
Completed in 23 milliseconds
1
2
3
4
5
6
7
8
Indexes created Sat Apr 04 00:22:49 UTC 2026