| 184 | // Get the current 3D off-screen drawable |
| 185 | |
| 186 | GLXDrawable VirtualWin::getGLXDrawable(void) |
| 187 | { |
| 188 | CriticalSection::SafeLock l(mutex); |
| 189 | if(deletedByWM) THROW("Window has been deleted by window manager"); |
| 190 | return VirtualDrawable::getGLXDrawable(); |
| 191 | } |
| 192 | |
| 193 | |
| 194 | void VirtualWin::checkResize(void) |
no outgoing calls
no test coverage detected