gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/misc-ming.all place_and_remove_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all place_and_remove_...
Date: Mon, 29 Jan 2007 09:01:13 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/29 09:01:13

Modified files:
        testsuite/misc-ming.all: place_and_remove_object_insane_test.c 

Log message:
        fixed comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/place_and_remove_object_insane_test.c?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: place_and_remove_object_insane_test.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/place_and_remove_object_insane_test.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- place_and_remove_object_insane_test.c       24 Jan 2007 14:33:39 -0000      
1.8
+++ place_and_remove_object_insane_test.c       29 Jan 2007 09:01:13 -0000      
1.9
@@ -143,12 +143,12 @@
        SWFDisplayItem_setName(it_red, "mc_red");
        SWFDisplayItem_setRatio(it_red, 2.0); 
        
-       it_blue = SWFMovie_add(mo, (SWFBlock)mc_blue);  //add mc_red to the 3rd 
frame at depth 30 again
+       it_blue = SWFMovie_add(mo, (SWFBlock)mc_blue);  //add mc_blue to the 
3rd frame at depth 30 again
        SWFDisplayItem_setDepth(it_blue, 30); 
        SWFDisplayItem_setName(it_blue, "mc_blue");
        //SWFDisplayItem_setRatio(it, 2.0);  //Don't set ratio this time!
 
-       it_black = SWFMovie_add(mo, (SWFBlock)mc_black);  //add mc_red to the 
3rd frame at depth 40 again
+       it_black = SWFMovie_add(mo, (SWFBlock)mc_black);  //add mc_black to the 
3rd frame at depth 40 again
        SWFDisplayItem_setDepth(it_black, 40); 
        SWFDisplayItem_setName(it_black, "mc_black_name_changed");
        //SWFDisplayItem_setRatio(it_black, 2.0);  //Don't set ratio this time!




reply via email to

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