|
From: Stefan H. <st...@to...> - 2007-06-14 19:31:26
|
I've just found a Mac only bug in file RSRegister.h -> RS_EndPass.
Cancelling the rendering process calls cleanup: Here
RSRasterizer_Finish should be called. (Else the grafPort remains
locked and may cause trouble.)
cleanup:
if (theRasterizer)
{
RSRasterizer_Finish(theRasterizer);
RSRasterizer_Delete(theRasterizer);
}
Stefan
http://www.topoi.ch
|