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: Tue, 19 Sep 2006 09:17:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/19 09:17:08

Modified files:
        server         : swf.h 

Log message:
        Added info about ACTION_EQUAL

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

Patches:
Index: swf.h
===================================================================
RCS file: /sources/gnash/gnash/server/swf.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- swf.h       14 Aug 2006 20:26:16 -0000      1.16
+++ swf.h       19 Sep 2006 09:17:06 -0000      1.17
@@ -138,7 +138,10 @@
     ACTION_SUBTRACT                = 0x0B,
     ACTION_MULTIPLY                = 0x0C,
     ACTION_DIVIDE                  = 0x0D,
+
+    /// Numeric equality (SWF4, replaced by ACTION_NEWEQUALS starting at SWF5)
     ACTION_EQUAL                   = 0x0E,
+
     ACTION_LESSTHAN                = 0x0F,
     ACTION_LOGICALAND              = 0x10,
     ACTION_LOGICALOR               = 0x11,




reply via email to

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