Home
last modified time | relevance | path

Searched refs:wire_to_event (Results 1 – 25 of 62) sorted by relevance

123

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c260 Bool (*wire_to_event)(Display *dpy, XEvent *ret, xEvent *event); in ephyr_glamor_process_event() local
264 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
265 if (wire_to_event) { in ephyr_glamor_process_event()
271 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
273 wire_to_event(dpy, &processed_event, (xEvent *)xev); in ephyr_glamor_process_event()
/dports/x11/libXext/libXext-1.3.4/src/
H A DXSecurity.c61 static Bool wire_to_event(Display *dpy, XEvent *event, xEvent *wire);
74 wire_to_event, /* wire_to_event */
97 wire_to_event(Display *dpy, XEvent *event, xEvent *wire) in XEXT_GENERATE_CLOSE_DISPLAY()
H A DXge.c121 xge_extension_hooks.wire_to_event); in _xgeFindDisplay()
263 return (it->hooks->wire_to_event(dpy, re, event)); in _xgeWireToEvent()
H A DXShm.c57 static Bool wire_to_event (Display *dpy, XEvent *re, xEvent *event);
67 wire_to_event, /* wire_to_event */
87 wire_to_event (Display *dpy, XEvent *re, xEvent *event) in XEXT_GENERATE_CLOSE_DISPLAY()
H A DXShape.c57 static Bool wire_to_event (Display *dpy, XEvent *re, xEvent *event);
67 wire_to_event, /* wire_to_event */
82 wire_to_event (Display *dpy, XEvent *re, xEvent *event) in XEXT_GENERATE_CLOSE_DISPLAY()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/lang/clover/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/libosmesa/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-libs/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/graphics/mesa-dri/mesa-21.3.6/src/glx/apple/
H A Dappledri.c61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
71 wire_to_event, /* wire_to_event */
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() function
/dports/x11/libXScrnSaver/libXScrnSaver-1.2.3/src/
H A DXScrnSaver.c51 static Bool wire_to_event(
71 wire_to_event, /* wire_to_event */
85 static Bool wire_to_event ( in XEXT_GENERATE_CLOSE_DISPLAY()
/dports/devel/etl/synfig-1.2.2/synfig-osx/launcher/
H A Dapplewm.c55 static Bool wire_to_event();
66 wire_to_event, /* wire_to_event */
79 static Bool wire_to_event (dpy, re, event)

123