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
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit