SDL_VideoQuit
Use this function to shut down the video subsystem, if initialized with SDL_VideoInit().
Syntax
void SDL_VideoQuit(void)
Code Examples
You can add your code example here
Remarks
This function closes all windows, and restores the original video mode.