| 923 | } |
| 924 | |
| 925 | void vtkXOpenGLRenderWindow::Finalize() |
| 926 | { |
| 927 | if (!this->Initialized) |
| 928 | { |
| 929 | return; |
| 930 | } |
| 931 | // clean and destroy window |
| 932 | this->DestroyWindow(); |
| 933 | } |
| 934 | |
| 935 | // Change the window to fill the entire screen. |
| 936 | void vtkXOpenGLRenderWindow::SetFullScreen(vtkTypeBool arg) |
no test coverage detected