gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11667: Reduce debugging output


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11667: Reduce debugging output
Date: Mon, 30 Nov 2009 23:27:04 +0100
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11667
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Mon 2009-11-30 23:27:04 +0100
message:
  Reduce debugging output
modified:
  backend/Renderer_agg.cpp
=== modified file 'backend/Renderer_agg.cpp'
--- a/backend/Renderer_agg.cpp  2009-10-01 13:19:43 +0000
+++ b/backend/Renderer_agg.cpp  2009-11-30 22:27:04 +0000
@@ -173,6 +173,10 @@
        #define round(x) rint(x)
 #endif
 
+// Print a debugging warning when rendering of a whole character
+// is skipped 
+//#define GNASH_WARN_WHOLE_CHARACTER_SKIP
+
 
 #include <boost/numeric/conversion/converter.hpp>
 
@@ -1030,7 +1034,9 @@
         
 
         if (_clipbounds_selected.empty()) {
+#ifdef GNASH_WARN_WHOLE_CHARACTER_SKIP
             log_debug(_("Warning: AGG renderer skipping a whole character"));
+#endif
             return; 
         }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]