# File lib/rubygame/screen.rb, line 91
    def close
      SDL.QuitSubSystem( SDL::INIT_VIDEO )
      nil
    end