-------------------------------------------
variable: $glwinxydim -- GL window size
-------------------------------------------
default: 600

The "winxy:" entry (lower left) resets the
(enforced square) window to a different specific
value in pixels.

The default window size is 600x600 pixels.

In a tcl rendering script, this can be achieved
with:

  open_window
  resize_window <pix>
