[comp.sys.next] windows: bypassing the appkit

apte@portia.Stanford.EDU (R Apte) (11/30/89)

----

I want to bypass the appkit and do some very simple windowing.  The following
pswrap code seems to operate correctly (ie, I get a valid window number) but
produces no visual effect.  What am I neglecting?

defineps fu()
  0 0 500 500 Buffered window
  windowdeviceround
  Above 0 currentwindow orderwindow
  0.5 setalpha
  0.5 setgray
  0 0 100 100 Copy compositerect
  flushgraphics
endps


reply via netmail to apte@opus.stanford.edu