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

Function XCheckTypedEvent

server/faker-x11.cpp:775–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773
774
775Bool XCheckTypedEvent(Display *dpy, int event_type, XEvent *xe)
776{
777 Bool retval = 0;
778 TRY();
779
780 if((retval = _XCheckTypedEvent(dpy, event_type, xe)) == True)
781 handleEvent(dpy, xe);
782
783 CATCH();
784 return retval;
785}
786
787
788Bool XCheckTypedWindowEvent(Display *dpy, Window win, int event_type,

Callers

nothing calls this directly

Calls 1

handleEventFunction · 0.85

Tested by

no test coverage detected