CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/02 04:57:19

Modified files:
        .              : ChangeLog 
        server         : movie_root.cpp 

Log message:
                * server/movie_root.cpp: set background to white by default.
                  Should fix bug #20655.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3907&r2=1.3908
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.cpp?cvsroot=gnash&r1=1.79&r2=1.80

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3907
retrieving revision 1.3908
diff -u -b -r1.3907 -r1.3908
--- ChangeLog   2 Aug 2007 03:48:32 -0000       1.3907
+++ ChangeLog   2 Aug 2007 04:57:18 -0000       1.3908
@@ -1,3 +1,8 @@
+2007-08-02 Sandro Santilli <[EMAIL PROTECTED]>
+
+       * server/movie_root.cpp: set background to white by default.
+         Should fix bug #20655.
+
 2007-08-02 Zou Lunkai <[EMAIL PROTECTED]>
        
        * testsuite/actionscript.all/ops.as: more tests and more failures. still

Index: server/movie_root.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/movie_root.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -b -r1.79 -r1.80
--- server/movie_root.cpp       24 Jul 2007 14:44:12 -0000      1.79
+++ server/movie_root.cpp       2 Aug 2007 04:57:19 -0000       1.80
@@ -64,7 +64,7 @@
        m_viewport_width(1),
        m_viewport_height(1),
        m_pixel_scale(1.0f),
-       m_background_color(0, 0, 0, 255),
+       m_background_color(255, 255, 255, 255),
        m_timer(0.0f),
        m_mouse_x(0),
        m_mouse_y(0),


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to