///////////////////////////////////////////////////////
| 1788 | |
| 1789 | //////////////////////////////////////////////////////////// |
| 1790 | void WindowImplX11::cleanup() |
| 1791 | { |
| 1792 | // Restore the previous video mode (in case we were running in fullscreen) |
| 1793 | resetVideoMode(); |
| 1794 | |
| 1795 | // Unhide the mouse cursor (in case it was hidden) |
| 1796 | setMouseCursorVisible(true); |
| 1797 | } |
| 1798 | |
| 1799 | |
| 1800 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected