mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
newdraw fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@1196 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b6a4a58a80
commit
0b73abb6b4
2 changed files with 1016 additions and 996 deletions
2008
newdraw/Draw/Draw.h
2008
newdraw/Draw/Draw.h
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue