better description

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2657 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-01-11 22:24:49 +00:00
parent d661d544a1
commit 3f02f45757
+2 -1
View File
@@ -1,5 +1,6 @@
Changes towards version 0.7:
- Flush write buffer when doing a uio_fclose() after a uio_fwrite() - SvdB
- Flush write buffer when doing a uio_fclose() after doing only
uio_fwrite() operations. - SvdB
- Major rewrite of the SwapBuffers commands -- screen compositing logic
has all been abstracted out into sdl_common.c instead of being
nearly-duplicated in opengl.c and pure.c - Michael