gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server swf.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server swf.h
Date: Thu, 08 Mar 2007 10:13:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/08 10:13:11

Modified files:
        server         : swf.h 

Log message:
        add info about ACTION_ENUMERATE

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf.h?cvsroot=gnash&r1=1.27&r2=1.28

Patches:
Index: swf.h
===================================================================
RCS file: /sources/gnash/gnash/server/swf.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- swf.h       28 Feb 2007 09:46:48 -0000      1.27
+++ swf.h       8 Mar 2007 10:13:11 -0000       1.28
@@ -275,7 +275,13 @@
 
     ACTION_TYPEOF                  = 0x44,
     ACTION_TARGETPATH              = 0x45,
+
+    /// SWF5
+    ///
+    /// http://sswf.sourceforge.net/SWFalexref.html#action_enumerate
+    ///
     ACTION_ENUMERATE               = 0x46,
+
     ACTION_NEWADD                  = 0x47,
     ACTION_NEWLESSTHAN             = 0x48,
 




reply via email to

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