Reverted mousewheel support in 1.2, since it breaks binary compatibility.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402430
This commit is contained in:
Sam Lantinga 2007-07-06 13:39:03 +00:00
parent cf458d63c9
commit e2d89e3012
6 changed files with 15 additions and 46 deletions

View file

@ -28,9 +28,6 @@ SDL 1.2.12 is a minor bug fix release.
<P>
Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11.
</P>
<P>
Added SDL_BUTTON_WHEELLEFT (6) and SDL_BUTTON_WHEELRIGHT (7)
</P>
<P>
Fixed buffer overrun crash when resampling audio rates.
</P>