.developing rainbow

git-svn-id: svn://ultimatepp.org/upp/trunk@3668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-07-18 06:51:15 +00:00
parent 8008ad2608
commit e003137119

View file

@ -93,7 +93,7 @@ void FBUpdate(const Rect& r)
if(fbHWND) {
HDC hdc = GetDC(fbHWND);
fbUpdate(hdc, r);
#if 1
#if 0
::PatBlt(hdc, r.left, r.top, r.GetWidth(), r.GetHeight(), DSTINVERT);
Sleep(40);
::PatBlt(hdc, r.left, r.top, r.GetWidth(), r.GetHeight(), DSTINVERT);