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

Function xhandler

util/glreadtest.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101extern "C" {
102int xhandler(Display *unused, XErrorEvent *xe)
103{
104 fprintf(stderr, "X11 Error: %s\n", x11error(xe->error_code));
105 return 0;
106}
107} // extern "C"
108
109

Callers

nothing calls this directly

Calls 1

x11errorFunction · 0.85

Tested by

no test coverage detected