Windows
30-Aug-90 06:05:05
Sb: #118292-Windows
Fm: Scott Litvinoff 72407,2626
To: Scott Litvinoff 72407,2626
Change BehindLayer(window); calls in my previous message to
BehindLayer(dummy,window->RPort->Layer); where dummy has been previously
defined as a LONG and all UpfrontLayer(window) calls to
UpfrontLayer(dummy,window->RPort->Layer) where dummy is same as before. I
made a typo in the previous message, this is the reason for the fix.
Scott