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

Function XCheckTypedWindowEvent

server/faker-x11.cpp:788–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786
787
788Bool XCheckTypedWindowEvent(Display *dpy, Window win, int event_type,
789 XEvent *xe)
790{
791 Bool retval = 0;
792 TRY();
793
794 if((retval = _XCheckTypedWindowEvent(dpy, win, event_type, xe)) == True)
795 handleEvent(dpy, xe);
796
797 CATCH();
798 return retval;
799}
800
801
802Bool XCheckWindowEvent(Display *dpy, Window win, long event_mask, XEvent *xe)

Callers

nothing calls this directly

Calls 1

handleEventFunction · 0.85

Tested by

no test coverage detected