]> git.saurik.com Git - wxWidgets.git/commitdiff
added debugging code for redrawing
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 28 Dec 2001 19:19:39 +0000 (19:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 28 Dec 2001 19:19:39 +0000 (19:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toplevel.cpp
src/mac/toplevel.cpp

index 14afc2d9599c804d9597e5e4be190e74f159bb72..b29a256276b3d6e7178aaad70d20a78b2e2deb49 100644 (file)
 #include "wx/mac/aga.h"
 #include "wx/tooltip.h"
 
+#define wxMAC_DEBUG_REDRAW 0
+#ifndef wxMAC_DEBUG_REDRAW
+#define wxMAC_DEBUG_REDRAW 0
+#endif
+
 // ----------------------------------------------------------------------------
 // globals
 // ----------------------------------------------------------------------------
@@ -689,7 +694,7 @@ void wxTopLevelWindowMac::MacInvalidate( const Rect * rect, bool eraseBackground
   }
   InvalWindowRect( m_macWindow , rect ) ;
   // turn this on to debug the refreshing cycle
-#if 0
+#if wxMAC_DEBUG_REDRAW
   PaintRect( rect ) ;
 #endif
   SetPort( formerPort ) ;
index 14afc2d9599c804d9597e5e4be190e74f159bb72..b29a256276b3d6e7178aaad70d20a78b2e2deb49 100644 (file)
 #include "wx/mac/aga.h"
 #include "wx/tooltip.h"
 
+#define wxMAC_DEBUG_REDRAW 0
+#ifndef wxMAC_DEBUG_REDRAW
+#define wxMAC_DEBUG_REDRAW 0
+#endif
+
 // ----------------------------------------------------------------------------
 // globals
 // ----------------------------------------------------------------------------
@@ -689,7 +694,7 @@ void wxTopLevelWindowMac::MacInvalidate( const Rect * rect, bool eraseBackground
   }
   InvalWindowRect( m_macWindow , rect ) ;
   // turn this on to debug the refreshing cycle
-#if 0
+#if wxMAC_DEBUG_REDRAW
   PaintRect( rect ) ;
 #endif
   SetPort( formerPort ) ;