From 4a9bd51409cd2d04faad6dd14fd36c4bfaeec2c0 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 22 Jul 2011 13:56:20 +0000 Subject: [PATCH] .Developing rainbow git-svn-id: svn://ultimatepp.org/upp/trunk@3698 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- rainbow/Framebuffer/Wnd.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/rainbow/Framebuffer/Wnd.cpp b/rainbow/Framebuffer/Wnd.cpp index 56b17b35e..1f9206fe2 100644 --- a/rainbow/Framebuffer/Wnd.cpp +++ b/rainbow/Framebuffer/Wnd.cpp @@ -319,11 +319,6 @@ void Ctrl::DragRectDraw0(const Vector& 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++) {