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

Method checkConfig

server/VirtualWin.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143// updatedrawable() is called
144
145void VirtualWin::checkConfig(VGLFBConfig config_)
146{
147 CriticalSection::SafeLock l(mutex);
148 if(deletedByWM) THROW("Window has been deleted by window manager");
149 if(FBCID(config_) != FBCID(config))
150 {
151 config = config_; newConfig = true;
152 }
153}
154
155
156void VirtualWin::clear(void)

Callers 1

initVWMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected