MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / xcb_wait_for_event

Function xcb_wait_for_event

server/faker-xcb.cpp:554–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552
553
554xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *conn)
555{
556 xcb_generic_event_t *ev = NULL;
557
558 TRY();
559
560 if((ev = _xcb_wait_for_event(conn)) != NULL)
561 handleXCBEvent(conn, ev);
562
563 CATCH();
564
565 return ev;
566}
567
568
569void XSetEventQueueOwner(Display *dpy, enum XEventQueueOwner owner)

Callers

nothing calls this directly

Calls 1

handleXCBEventFunction · 0.85

Tested by

no test coverage detected