CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/29 09:31:40

Modified files:
        gui            : gui.cpp 

Log message:
        commented out debugging output for mouse movements

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

Patches:
Index: gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- gui.cpp     23 Jan 2007 23:20:28 -0000      1.57
+++ gui.cpp     29 Jan 2007 09:31:39 -0000      1.58
@@ -229,7 +229,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

Reply via email to