# File lib/rubygame/screen.rb, line 328
  def icon=( surface )
    SDL.WM_SetIcon( surface.struct, nil )
    return self
  end