CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/04/23 19:22:39
Modified files:
gui : gui.cpp
Log message:
spurious debugging output commented out again
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.74&r2=1.75
Patches:
Index: gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- gui.cpp 23 Apr 2007 19:19:30 -0000 1.74
+++ gui.cpp 23 Apr 2007 19:22:39 -0000 1.75
@@ -245,7 +245,7 @@
{
movie_root* m = get_current_root();
- log_msg(_("mouse @ %d,%d"), x, y);
+ //log_msg(_("mouse @ %d,%d"), x, y);
if ( m->notify_mouse_moved(x, y) )
{
// any action triggered by the
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit