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
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit