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

Function xhandler

util/fbxtest.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#ifndef _WIN32
34extern "C" {
35int xhandler(Display *dpy, XErrorEvent *xe)
36{
37 fprintf(stderr, "X11 Error: %s\n", x11error(xe->error_code));
38 return 0;
39}
40} // extern "C"
41#endif
42

Callers

nothing calls this directly

Calls 1

x11errorFunction · 0.85

Tested by

no test coverage detected