Protect checking clock state with a mutex to prevent deadlock condition

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@550 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-13 04:42:25 +00:00
parent c8ffcd9aa2
commit 654b62a865
6 changed files with 16 additions and 19 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.2:
- Fixed a potential semaphore race when suspending clock -PhracturedBlue
- Function name conflict fixes for Mac OSX -by peterb
- Minor fixes for pc-fonts (Outfit screen, gradient color swap) -by Nic
- DCQ is now accessed uniformly by routines in gfx_common.c