gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gui.cpp [release_0_7_2]


From: Sandro Santilli
Subject: [Gnash-commit] gnash/gui gui.cpp [release_0_7_2]
Date: Thu, 02 Nov 2006 20:09:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Sandro Santilli <strk>  06/11/02 20:09:08

Modified files:
        gui            : gui.cpp 

Log message:
        left a commented debugging line (to type less when debuggin)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.41.2.2&r2=1.41.2.3

Patches:
Index: gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.41.2.2
retrieving revision 1.41.2.3
diff -u -b -r1.41.2.2 -r1.41.2.3
--- gui.cpp     31 Oct 2006 19:31:49 -0000      1.41.2.2
+++ gui.cpp     2 Nov 2006 20:09:08 -0000       1.41.2.3
@@ -179,6 +179,9 @@
 void
 Gui::notify_mouse_moved(int x, int y) 
 {
+       // for quick debugging
+       //log_msg("X:%d, Y:%d", x, y);
+
        movie_interface* m = get_current_root();
 
        if ( m->notify_mouse_moved(x, y) )




reply via email to

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