gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_st


From: Bastiaan Jacques
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-16-gb0e7094
Date: Wed, 16 Mar 2011 02:04:06 +0100 (CET)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

Benjamin, could you please explain the effect of this change?

Bastiaan

On Sun, 6 Feb 2011, Benjamin Wolsey wrote:

commit cce149abd42a0be6fdd0eba2808af5529d54b79d
Author: Benjamin Wolsey <address@hidden>
Date:   Fri Feb 4 14:18:33 2011 +0100

   Render whole scene.

diff --git a/gui/gui.cpp b/gui/gui.cpp
index b5008da..5d92421 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -83,6 +83,9 @@ struct Gui::Display
{
    Display(Gui& g, movie_root& r) : _g(g), _r(r) {}
    void operator()() const {
+               InvalidatedRanges world_ranges;
+               world_ranges.setWorld();
+               _g.setInvalidatedRegions(world_ranges);
        _g.display(&_r);
    }
private:



reply via email to

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