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

Function xcb_poll_for_event

server/faker-xcb.cpp:524–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522
523
524xcb_generic_event_t *xcb_poll_for_event(xcb_connection_t *conn)
525{
526 xcb_generic_event_t *ev = NULL;
527
528 TRY();
529
530 if((ev = _xcb_poll_for_event(conn)) != NULL)
531 handleXCBEvent(conn, ev);
532
533 CATCH();
534
535 return ev;
536}
537
538
539xcb_generic_event_t *xcb_poll_for_queued_event(xcb_connection_t *conn)

Callers

nothing calls this directly

Calls 1

handleXCBEventFunction · 0.85

Tested by

no test coverage detected