| 392 | } |
| 393 | |
| 394 | void vtkOSOpenGLRenderWindow::Finalize() |
| 395 | { |
| 396 | // clean and destroy window |
| 397 | this->DestroyWindow(); |
| 398 | } |
| 399 | |
| 400 | // Change the window to fill the entire screen. |
| 401 | void vtkOSOpenGLRenderWindow::SetFullScreen(vtkTypeBool arg) |
no test coverage detected