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

Function XServerVendor

server/faker-x11.cpp:679–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677// connection and disable OpenGL rendering.
678
679char *XServerVendor(Display *dpy)
680{
681 TRY();
682
683 if(IS_EXCLUDED(dpy) || !strlen(fconfig.vendor))
684 return _XServerVendor(dpy);
685 return fconfig.vendor;
686
687 CATCH();
688
689 return NULL;
690}
691
692
693// The following functions are interposed so that VirtualGL can detect window

Callers 2

extensionQueryTestFunction · 0.85
extensionQueryTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected