Changed SetFlashRect to use the new flash code.

This is an intermediate step towards getting rid of the flash thread altogether.



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3722 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-12-29 23:38:38 +00:00
parent 63b1e02620
commit 64ffdebd4c
4 changed files with 76 additions and 209 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.8:
- Changed SetFlashRect() to use the new flash code - SvdB
- Added Valgrind suppression file, from Louis Delacroix
- Fix several memory leaks, from Loius Delacroix
- Some cleanups / warnings fixes, from Louis Delacroix