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: Sandro Santilli
Subject: [Gnash-commit] gnash/gui gui.cpp
Date: Mon, 29 Jan 2007 09:31:40 +0000

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




reply via email to

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