| 162 | |
| 163 | |
| 164 | void 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 | |
| 172 | void VirtualWin::initFromWindow(VGLFBConfig config_) |
no outgoing calls
no test coverage detected