Fixed double-mouse event bug on Windows using OpenGL

This commit is contained in:
Sam Lantinga
2001-04-29 23:00:03 +00:00
parent 506e57229b
commit 5733d2fbcb
4 changed files with 14 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ 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.1: Fixed double-mouse event bug on Windows using OpenGL
<LI> 1.2.1: Fixed 320x200 video mode on framebuffer console
<LI> 1.2.1: Improved robustness for the ELO touchpad (thanks Alex!)
<LI> 1.2.1: Added support for building under Cygwin on Windows