# File lib/rubygame/screen.rb, line 369
  def title=( newtitle )
    SDL.WM_SetCaption( newtitle, newtitle )
  end