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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-20
|
179 b
|
8 lines
defineps compositeFromWorkspaceWindow(float x; float y; float w; float h)
gsave
workspaceWindow windowdeviceround
gstate
grestore
x y w h 5 -1 roll x y Copy composite
endps