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

Function XNextEvent

server/faker-x11.cpp:894–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892
893
894int XNextEvent(Display *dpy, XEvent *xe)
895{
896 int retval = 0;
897 TRY();
898
899 retval = _XNextEvent(dpy, xe);
900 handleEvent(dpy, xe);
901
902 CATCH();
903 return retval;
904}
905
906
907int XResizeWindow(Display *dpy, Window win, unsigned int width,

Callers 15

clickToContinueFunction · 0.85
do_queued_eventsFunction · 0.85
clipboard_containsMethod · 0.85
getNextEventFunction · 0.85
fl_handleFunction · 0.85
process_inputFunction · 0.85
eventLoopFunction · 0.85
event_loopFunction · 0.85
event_loopFunction · 0.85
event_loop_multiFunction · 0.85
event_loopFunction · 0.85
event_loop_multiFunction · 0.85

Calls 1

handleEventFunction · 0.85

Tested by 3

event_loopFunction · 0.68
doInteractiveTestFunction · 0.68
event_loopFunction · 0.68