Fixed fullscreen mouse events on MacOS X

Fixed crash when quitting fullscreen mode on MacOS X
This commit is contained in:
Sam Lantinga
2001-07-22 20:57:24 +00:00
parent b802f12517
commit 3fd373dee2
3 changed files with 42 additions and 39 deletions

View File

@@ -16,6 +16,8 @@ be found at the <A HREF="http://www.libsdl.org/"> main SDL page</A>.
Major changes since SDL 1.0.0:
</H2>
<UL>
<LI> 1.2.2: Fixed crash when quitting fullscreen mode on MacOS X
<LI> 1.2.2: Fixed fullscreen mouse events on MacOS X
<LI> 1.2.2: Now returns an error if unable to open audio on BeOS
<LI> 1.2.2: Now gets correct keyboard state when starting up on X11
<LI> 1.2.2: Improved the DGA 2.0 and framebuffer console drivers