Windows
31-Aug-90 23:32:57
Sb: #118401-Windows
Fm: Scott Litvinoff 72407,2626
To: Robert Albrecht 76154,1375
Robert
That's not true, using ^= is like using |= or += when that bit
isn't already set and its like using -= if that bit is set. Also, change
the UpfrontLayer(window) calls to UpfrontLayer(dummy,window->RPort->Layer)
where dummy was previously declared as LONG and change BehindLayer(window)
calls to BehindLayer(dummy,window->RPort->Layer) where dummy is same as
above. I don't know what I was thinking about when I wrote that message and
gave those two functions the wrong parameters to pass but now you have all
the right code.
Scott