gnash-commit
[Top][All Lists]
Advanced

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

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


From: Hannes Mayr
Subject: Re: [Gnash-commit] gnash ChangeLog gui/gtk_glue_agg.cpp gui/gtk.cp...
Date: Mon, 16 Oct 2006 18:18:14 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Bastiaan Jacques wrote:
On Monday 16 October 2006 16:36, Hannes Mayr wrote:
Index: gui/gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- gui/gtk.cpp 13 Oct 2006 16:38:55 -0000      1.33
+++ gui/gtk.cpp 16 Oct 2006 14:36:22 -0000      1.34
@@ -229,23 +229,12 @@
        return coord;
 }
-// for some reason this doesn't work as expected yet. Still working
on it. -#if 0
 void
 GtkGui::set_invalidated_region(const rect& bounds)

This function calls _renderer->world_to_pixel(), which, for triangle-based renders such as OpenGL, has not been implemented (in fact, it causes an assertion).

I knew there was something why I initially put a #ifdef RENDERER_AGG around this code :-) The right way would be that someone implements world_to_pixel() for triangulate renderers. I can look into this tomorrow if nobody else wants to take this task.

Hannes





reply via email to

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