mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
.developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8008ad2608
commit
e003137119
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue