| 122 | } |
| 123 | |
| 124 | void |
| 125 | GLWindow::destroyGL () |
| 126 | { |
| 127 | if (isFullscreen) |
| 128 | { |
| 129 | SDL_SetWindowFullscreen (window, 0); |
| 130 | SDL_ShowCursor (SDL_ENABLE); |
| 131 | } |
| 132 | } |
| 133 | |
| 134 | bool |
| 135 | GLWindow::initGL (int bits) |
nothing calls this directly
no outgoing calls
no test coverage detected