gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gui.cpp


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/gui gui.cpp
Date: Tue, 13 Feb 2007 09:29:26 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/02/13 09:29:26

Modified files:
        gui            : gui.cpp 

Log message:
        minor fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.60&r2=1.61

Patches:
Index: gui.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- gui.cpp     13 Feb 2007 09:27:33 -0000      1.60
+++ gui.cpp     13 Feb 2007 09:29:26 -0000      1.61
@@ -43,7 +43,9 @@
 /// slows down rendering as each frame is fully re-rendered. If you want to 
 /// debug the GUI part, however (see if blitting the region works), then you 
 /// probably won't define this. 
+#ifdef ENABLE_REGION_UPDATES_DEBUGGING 
 #define REGION_UPDATES_DEBUGGING_FULL_REDRAW 1 
+#endif 
 
 #ifdef ENABLE_REGION_UPDATES_DEBUGGING
 // a runtime check would make the { x; } block conditionally executed




reply via email to

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