home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
Apps
/
Utilities
/
Desktop
/
Background3.2
/
Source
/
Background
/
PSsplat.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
|
1991-03-14
|
275 b
|
12 lines
defineps _PSsplat( float x1, y1, w, h, x2, y2)
x1 y1 w h %% Throw the parameters up there
gstate %% currentgstate %% get the current gstate
x2 y2
1 %% we want to copy the area
composite %% go for it.
endps
defineps PSputback()
0 currentwindow setowner
endps