gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gtk.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/gui gtk.cpp
Date: Fri, 27 Apr 2007 21:30:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/27 21:30:48

Modified files:
        gui            : gtk.cpp 

Log message:
        comment out function tracing for key and mouse event handlers

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

Patches:
Index: gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- gtk.cpp     13 Apr 2007 09:15:54 -0000      1.87
+++ gtk.cpp     27 Apr 2007 21:30:48 -0000      1.88
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: gtk.cpp,v 1.87 2007/04/13 09:15:54 bjacques Exp $ */
+/* $Id: gtk.cpp,v 1.88 2007/04/27 21:30:48 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1177,7 +1177,7 @@
                 GdkEventKey *const event,
                 const gpointer data)
 {
-    GNASH_REPORT_FUNCTION;
+    //GNASH_REPORT_FUNCTION;
 
     Gui* gui = static_cast<Gui*>(data);
 
@@ -1198,7 +1198,7 @@
                 GdkEventKey *const event,
                 const gpointer data)
 {
-    GNASH_REPORT_FUNCTION;
+    //GNASH_REPORT_FUNCTION;
 
     Gui* gui = static_cast<Gui*>(data);
 
@@ -1219,7 +1219,7 @@
                            GdkEventButton *const event,
                            const gpointer data)
 {
-    GNASH_REPORT_FUNCTION;
+    //GNASH_REPORT_FUNCTION;
     Gui *obj = static_cast<Gui *>(data);
 
     int        mask = 1 << (event->button - 1);
@@ -1232,7 +1232,7 @@
                              GdkEventButton * const event,
                              const gpointer data)
 {
-    GNASH_REPORT_FUNCTION;
+    //GNASH_REPORT_FUNCTION;
     Gui *obj = static_cast<Gui *>(data);
 
     int        mask = 1 << (event->button - 1);




reply via email to

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