From: Timothy Yi
Subject: drawing color box
Date: 
Message-ID: <DMqIvH.JJL@murdoch.acc.Virginia.EDU>
I am using sun common lisp 4.0 to draw a box (colored) in window.
eventually, i will draw a grey scale image in x-window.

i use
(load "windows-x")
(initialize-window :height 100 :width 100)
(make-window :x 10 :y 10 :width 20 :height 30 :foreground :150)

where 150 is color code ranges from 0 to 255.

but i am not getting color box as the demo program does.
what have i done wrong?  i don't have lisp manual.

thanks in advance.

-tim