|
From: Gwenole B. <gb...@di...> - 2004-04-14 20:40:25
|
Hi, > In native mode, we get stack corruption and we are jumping to garbage > when the mouse is moved in fullscreen mode. This is weird as we are > using an alternate stack in signal handlers. Fixed in CVS by setting up another stack for next signal handler during ppc_interrupt(). I am not sure that MacOS normally handles nested ppc_interrupt() calls though. This stack corruption problem reminds me a very similar problem when I was playing with 'PICT' copying through an offscreen GWorld, i.e. I got garbage value in return. Might worth trying again. Bye, Gwenole. |