gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server movie_interface.h


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/server movie_interface.h
Date: Thu, 26 Oct 2006 14:26:56 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   06/10/26 14:26:56

Modified files:
        server         : movie_interface.h 

Log message:
        Improved invalidated bounds method

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_interface.h?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: movie_interface.h
===================================================================
RCS file: /cvsroot/gnash/gnash/server/movie_interface.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- movie_interface.h   23 Oct 2006 15:59:37 -0000      1.15
+++ movie_interface.h   26 Oct 2006 14:26:56 -0000      1.16
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: movie_interface.h,v 1.15 2006/10/23 15:59:37 strk Exp $ */
+/* $Id: movie_interface.h,v 1.16 2006/10/26 14:26:56 udog Exp $ */
 
 
 /// \page events_handling Handling of user events
@@ -286,7 +286,7 @@
          // call to set_invalidated(). We save the *current* position of the 
     // instance because this region must be updated even (or first of all) if 
     // the character moves away from here.
-    
+    m_old_invalidated_bounds.set_null();
     get_invalidated_bounds(&m_old_invalidated_bounds, true);
      
   }




reply via email to

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