gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server sprite_instance.cpp


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/server sprite_instance.cpp
Date: Tue, 13 Feb 2007 14:58:43 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/02/13 14:58:43

Modified files:
        server         : sprite_instance.cpp 

Log message:
        completed last patch

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/sprite_instance.cpp?cvsroot=gnash&r1=1.160&r2=1.161

Patches:
Index: sprite_instance.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/server/sprite_instance.cpp,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -b -r1.160 -r1.161
--- sprite_instance.cpp 13 Feb 2007 14:21:01 -0000      1.160
+++ sprite_instance.cpp 13 Feb 2007 14:58:43 -0000      1.161
@@ -3286,6 +3286,10 @@
                return;
        }
   
+ 
+  // m_child_invalidated does not require our own bounds
+  if ( m_invalidated || force )      
+  {
        // Add old invalidated bounds 
        bounds->expand_to_rect(m_old_invalidated_bounds);
 #ifdef DEBUG_INVALIDATED_BOUNDS
@@ -3294,6 +3298,8 @@
                        m_old_invalidated_bounds.toString().c_str(),
                        bounds->toString().c_str());
 #endif
+  }
+  
   
        m_display_list.get_invalidated_bounds(bounds, force||m_invalidated);
 




reply via email to

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