gnash-commit
[Top][All Lists]
Advanced

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

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


From: Udo Giacomozzi
Subject: Re: [Gnash-commit] gnash ChangeLog gui/fb.cpp gui/gtk.cpp
Date: Sun, 3 Dec 2006 15:25:28 +0100

Hello Sandro,

Saturday, December 2, 2006, 10:28:06 PM, you wrote:
SS>                 * gui/fb.cpp, gui/gtk.cpp: don't render anything
SS>                   if _drawbounds.isNull() - we should make sure
SS>                   that _drawbounds is expanded to cover 'newly' exposed
SS>                   regions, and that it is reset to NULL after each
SS>                   call to renderBuffer.

A nice check, but useless since GUI does that check itself:

if ( ! changed_bounds.is_null() )
{
  ...
  renderBuffer()
  ...
}

But we can leave the check just to be sure :)

Udo






reply via email to

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