newdraw fixes

git-svn-id: svn://ultimatepp.org/upp/trunk@1196 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-05-16 20:37:23 +00:00
parent b6a4a58a80
commit 0b73abb6b4
2 changed files with 1016 additions and 996 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,6 +2,8 @@
NAMESPACE_UPP
#ifdef _MULTITHREADED
static StaticMutex sGuiLock;
static thread__ int sGuiLockLevel = 0;
@ -38,4 +40,6 @@ int LeaveGuiMutexAll()
return q;
}
#endif
END_UPP_NAMESPACE