///////////////////////////////////////////////////////
| 158 | |
| 159 | //////////////////////////////////////////////////////////// |
| 160 | void Window::setVerticalSyncEnabled(bool enabled) |
| 161 | { |
| 162 | if (setActive()) |
| 163 | m_context->setVerticalSyncEnabled(enabled); |
| 164 | } |
| 165 | |
| 166 | |
| 167 | //////////////////////////////////////////////////////////// |