Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ getConfig
Method
getConfig
server/VisualHash.h:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
VGLFBConfig getConfig(Display *dpy, XVisualInfo *vis)
54
{
55
if(!dpy || !vis) THROW(
"Invalid argument"
);
56
return HASH::find(DisplayString(dpy), vis);
57
}
58
59
void remove(Display *dpy, XVisualInfo *vis)
60
{
Callers
2
VGLFBConfig matchConfig
Function · 0.80
glXChooseVisual
Function · 0.80
Calls
1
find
Function · 0.50
Tested by
no test coverage detected