gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/gui.cpp


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash ChangeLog gui/gui.cpp
Date: Mon, 08 Oct 2007 16:49:16 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/10/08 16:49:16

Modified files:
        .              : ChangeLog 
        gui            : gui.cpp 

Log message:
        gui/gui.cpp: fixed draw_poly() call when region debugging is active

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4571&r2=1.4572
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.106&r2=1.107

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnash/gnash/ChangeLog,v
retrieving revision 1.4571
retrieving revision 1.4572
diff -u -b -r1.4571 -r1.4572
--- ChangeLog   8 Oct 2007 16:05:53 -0000       1.4571
+++ ChangeLog   8 Oct 2007 16:49:15 -0000       1.4572
@@ -1,6 +1,7 @@
 2007-10-08 Udo Giacomozzi <address@hidden>
 
        * libbase/tu_timer.cpp: Avoid range problems. Fixes bug #21289 
+       * gui/gui.cpp: fixed draw_poly() call when region debugging is active   
 
 2007-10-08 Sandro Santilli <address@hidden>
 

Index: gui/gui.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- gui/gui.cpp 5 Oct 2007 20:58:34 -0000       1.106
+++ gui/gui.cpp 8 Oct 2007 16:49:16 -0000       1.107
@@ -516,7 +516,7 @@
                                matrix dummy;           
                                gnash::render::set_matrix(dummy); // reset 
matrix
                                gnash::render::draw_poly(&corners[0], 4,
-                                       rgba(0,0,0,0), rgba(255,0,0,255));
+                                       rgba(0,0,0,0), rgba(255,0,0,255), 
false);
                                        
                        }
                }




reply via email to

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