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

Function XMaskEvent

server/faker-x11.cpp:850–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848
849
850int XMaskEvent(Display *dpy, long event_mask, XEvent *xe)
851{
852 int retval = 0;
853 TRY();
854
855 retval = _XMaskEvent(dpy, event_mask, xe);
856 handleEvent(dpy, xe);
857
858 CATCH();
859 return retval;
860}
861
862
863int XMoveResizeWindow(Display *dpy, Window win, int x, int y,

Callers

nothing calls this directly

Calls 1

handleEventFunction · 0.85

Tested by

no test coverage detected