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

Function xcb_poll_for_queued_event

server/faker-xcb.cpp:539–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537
538
539xcb_generic_event_t *xcb_poll_for_queued_event(xcb_connection_t *conn)
540{
541 xcb_generic_event_t *ev = NULL;
542
543 TRY();
544
545 if((ev = _xcb_poll_for_queued_event(conn)) != NULL)
546 handleXCBEvent(conn, ev);
547
548 CATCH();
549
550 return ev;
551}
552
553
554xcb_generic_event_t *xcb_wait_for_event(xcb_connection_t *conn)

Callers

nothing calls this directly

Calls 1

handleXCBEventFunction · 0.85

Tested by

no test coverage detected