gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog gui/gui.cpp gui/gui.h


From: Udo Giacomozzi
Subject: Re: [Gnash-commit] gnash ChangeLog gui/gui.cpp gui/gui.h
Date: Tue, 17 Oct 2006 15:02:50 +0200

Hello Sandro,

Tuesday, October 17, 2006, 2:42:28 PM, you wrote:
SS> +       // TODO: the following condition seems a bit undeadable to me,
SS> +       //       do we mean to catch an *empty* rect ? what about
SS> +       //       adding a is_empty() method to rect class then ?
SS> +       if (draw_bounds.m_x_min <= draw_bounds.m_x_max)
SS> +       {
   
Again, this checks if draw_bounds is valid. get_invalidated_bounds()
returns
  min = +1e10f
  max = -1e10f
when no change has been detected. But you're right, this should be
documented. 

Udo





reply via email to

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