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

Method cleanup

server/VirtualWin.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163
164void VirtualWin::cleanup(void)
165{
166 CriticalSection::SafeLock l(mutex);
167 if(deletedByWM) THROW("Window has been deleted by window manager");
168 delete oldDraw; oldDraw = NULL;
169}
170
171
172void VirtualWin::initFromWindow(VGLFBConfig config_)

Callers 4

glViewportFunction · 0.80
glXMakeCurrentFunction · 0.80
glXMakeContextCurrentFunction · 0.80
eglMakeCurrentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected