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

Function XCheckWindowEvent

server/faker-x11.cpp:802–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800
801
802Bool XCheckWindowEvent(Display *dpy, Window win, long event_mask, XEvent *xe)
803{
804 Bool retval = 0;
805 TRY();
806
807 if((retval = _XCheckWindowEvent(dpy, win, event_mask, xe)) == True)
808 handleEvent(dpy, xe);
809
810 CATCH();
811 return retval;
812}
813
814
815int XConfigureWindow(Display *dpy, Window win, unsigned int value_mask,

Callers

nothing calls this directly

Calls 1

handleEventFunction · 0.85

Tested by

no test coverage detected