home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / Fiend-1.4.1-src / compositeBackground.psw < prev    next >
Encoding:
Text File  |  1994-09-20  |  179 b   |  8 lines

  1. defineps compositeFromWorkspaceWindow(float x; float y; float w; float h)
  2.     gsave
  3.     workspaceWindow windowdeviceround
  4.     gstate
  5.     grestore
  6.     x y w h 5 -1 roll x y Copy composite
  7. endps    
  8.