.developing rainbow

git-svn-id: svn://ultimatepp.org/upp/trunk@3555 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-06-25 16:57:21 +00:00
parent c935495369
commit 0803e97b94
5 changed files with 64 additions and 48 deletions

View file

@ -12,6 +12,7 @@ NAMESPACE_UPP
GuiLock __;
}*/
/*
void BackDraw::Destroy()
{
GuiLock __;
@ -24,6 +25,7 @@ void BackDraw::Create(SystemDraw& w, int cx, int cy) {
void BackDraw::Put(SystemDraw& w, int x, int y) {
GuiLock __;
}
*/
END_UPP_NAMESPACE