gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gui.cpp


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/gui gui.cpp
Date: Mon, 16 Oct 2006 14:45:47 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   06/10/16 14:45:47

Modified files:
        gui            : gui.cpp 

Log message:
        changed_bounds must be calculated anyway

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

Patches:
Index: gui.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- gui.cpp     16 Oct 2006 14:41:30 -0000      1.28
+++ gui.cpp     16 Oct 2006 14:45:47 -0000      1.29
@@ -236,7 +236,6 @@
        redraw_flag = gui->want_redraw();
 
   // Find out the surrounding frame of all characters wich have been updated.
-  if (!redraw_flag)
     m->get_invalidated_bounds(&changed_bounds, false);
 
 
@@ -247,11 +246,6 @@
     draw_bounds.m_x_max = +1e10f;
     draw_bounds.m_y_max = +1e10f;
     
-    changed_bounds.m_x_min = 0.0f;
-    changed_bounds.m_y_min = 0.0f;
-    changed_bounds.m_x_max = 0.0f;
-    changed_bounds.m_y_max = 0.0f;
-    
   } else {
   
     // Union it with the previous frame (when a character moved, we also need 
to




reply via email to

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