[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/khtml-svg/rendering
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-03-26 16:55:12
Message-ID: 1143392112.355285.5735.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 522754 by wildfox:

Enable BOX_DEBUG, and actually build with it :-)
Handy for any further box layout testing...


 M  +2 -2      render_canvas.cpp  
 M  +1 -1      render_layer.cpp  


--- branches/work/khtml-svg/rendering/render_canvas.cpp #522753:522754
@@ -33,7 +33,7 @@
 
 using namespace khtml;
 
-//#define BOX_DEBUG
+#define BOX_DEBUG
 //#define SPEED_DEBUG
 
 RenderCanvas::RenderCanvas(DOM::NodeImpl* node, KHTMLView *view)
@@ -288,7 +288,7 @@
         _ty += m_view->contentsY();
     }
 
-    outlineBox(p, _tx, _ty);
+    outlineBox(paintInfo.p, _tx, _ty);
 #endif
 
 }
--- branches/work/khtml-svg/rendering/render_layer.cpp #522753:522754
@@ -41,7 +41,7 @@
  * version of this file under any of the LGPL, the MPL or the GPL.
  */
 
-//#define BOX_DEBUG
+#define BOX_DEBUG
 
 #include "render_layer.h"
 #include <kdebug.h>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic