home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Puppeteer1.1 / Source / CopyWindow.psw < prev    next >
Encoding:
Text File  |  1994-03-23  |  295 b   |  12 lines

  1. /*
  2.  * Puppeteer 1.1
  3.  *
  4.  * Copyright (c) 1994 Primitive Software Ltd.  All rights reserved.
  5.  *
  6.  * Author: Dave Griffiths <dave@prim.demon.co.uk>
  7.  */
  8.  
  9. defineps copyWindow(int win; float x; float y; float w; float h)
  10.     x y w h gsave win windowdeviceround gstate grestore 0 0 Copy composite
  11. endps
  12.