home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Desktop / MonsterShelf / Source / compositeBackground.psw < prev    next >
Encoding:
Text File  |  1992-07-12  |  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.