mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 06:12:32 -06:00
.Developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5c66e7e8fe
commit
4a9bd51409
1 changed files with 2 additions and 7 deletions
|
|
@ -319,11 +319,6 @@ void Ctrl::DragRectDraw0(const Vector<Rect>& clip, const Rect& rect, int n, cons
|
|||
void Ctrl::DragRectDraw(const Rect& rect1, const Rect& rect2, const Rect& clip, int n,
|
||||
Color color, int type, int animation)
|
||||
{
|
||||
DDUMP(rect1);
|
||||
DDUMP(rect2);
|
||||
DDUMP(clip);
|
||||
DDUMP(type);
|
||||
DDUMP(animation);
|
||||
static byte solid[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|
||||
static byte normal[] = { 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00 };
|
||||
static byte dashed[] = { 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 };
|
||||
|
|
@ -357,8 +352,8 @@ void Ctrl::DoPaint()
|
|||
RemoveCursor();
|
||||
RemoveCaret();
|
||||
for(int phase = 0; phase < 2; phase++) {
|
||||
DLOG("DoPaint invalid phase " << phase);
|
||||
DDUMPC(invalid);
|
||||
LLOG("DoPaint invalid phase " << phase);
|
||||
LDUMPC(invalid);
|
||||
SystemDraw painter;
|
||||
painter.Begin();
|
||||
for(int i = 0; i < invalid.GetCount(); i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue