# File src/window.rb, line 152
  def dimension(w, h)
    Window.width = w
    Window.height = h
  end