Shut down the video subsystem, if initialized with SDL_VideoInit().
void SDL_VideoQuit(void);
This function closes all windows, and restores the original video mode.
This function is available since SDL 2.0.0.
CategoryAPI