Basilisk II and SheepShaver Macintosh emulators
Go to file
asvitkine 150a577e4e [patch from Kelvin Delbarre] If you move the mouse cursor in and out of the
SheepShaver window a number of times (somewhere around 30 or 40 times will do
it), SheepShaver appears to lock up. This occurs because SDL posts application
activate/deactivate events to its event queue when the mouse moves in/out of the
SheepShaver window, but these events are never consumed, and as a result, the
event queue fills up. Thereafter, no new events can be posted, and user inputs
are ignored. The fix is to consume SDL_ACTIVEEVENT in handle_events().
2008-06-20 00:45:27 +00:00
BasiliskII [patch from Kelvin Delbarre] If you move the mouse cursor in and out of the 2008-06-20 00:45:27 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver Add frameskip 0 ("Dynamic") to MacOSX Prefs Editor, and fix line endings 2008-06-17 04:26:56 +00:00