gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server movie_root.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server movie_root.cpp
Date: Fri, 30 Mar 2007 09:04:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/30 09:04:38

Modified files:
        server         : movie_root.cpp 

Log message:
        remove debugging lines

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.cpp?cvsroot=gnash&r1=1.46&r2=1.47

Patches:
Index: movie_root.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/movie_root.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- movie_root.cpp      29 Mar 2007 12:37:31 -0000      1.46
+++ movie_root.cpp      30 Mar 2007 09:04:38 -0000      1.47
@@ -125,7 +125,7 @@
 
        if ( _allowRescale ) // Recompute pixel scale.
        {
-               log_msg("Rescaling allowed");
+               //log_msg("Rescaling allowed");
 
                // should we cache this ? it's immutable after all !
                const rect& frame_size = _movie->get_frame_size();
@@ -137,7 +137,7 @@
        }
        else // rescale not allowed, notify Stage (if any)
        {
-               log_msg("Rescaling disabled");
+               //log_msg("Rescaling disabled");
                boost::intrusive_ptr<Stage> stage = getStageObject();
                // how do I get the environment from ??
                if ( stage ) stage->onResize(NULL);




reply via email to

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