home *** CD-ROM | disk | FTP | other *** search
- /*
- * Puppeteer 1.1
- *
- * Copyright (c) 1994 Primitive Software Ltd. All rights reserved.
- *
- * Author: Dave Griffiths <dave@prim.demon.co.uk>
- */
-
- defineps copyWindow(int win; float x; float y; float w; float h)
- x y w h gsave win windowdeviceround gstate grestore 0 0 Copy composite
- endps
-