Added double-buffering support for SVGAlib (thanks Kutak!)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40206
This commit is contained in:
Sam Lantinga 2001-10-14 19:49:02 +00:00
parent c9c04a2750
commit 9fa42d19f6
3 changed files with 47 additions and 9 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.3: Added double-buffering support for SVGAlib (thanks Kutak!)
<LI> 1.2.3: Fixed crash when using double-buffering with DGA
<LI> 1.2.3: Fixed resuming a paused CD on Win2K (thanks Aragorn)
<LI> 1.2.3: Improved MacOS international keyboard handling (thanks Max!)