gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server execute_tag.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server execute_tag.h
Date: Wed, 21 Feb 2007 08:22:04 +0000

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

Modified files:
        server         : execute_tag.h 

Log message:
        updated comments above execute_state

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/execute_tag.h?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: execute_tag.h
===================================================================
RCS file: /sources/gnash/gnash/server/execute_tag.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- execute_tag.h       12 Feb 2007 14:00:05 -0000      1.8
+++ execute_tag.h       21 Feb 2007 08:22:04 -0000      1.9
@@ -45,12 +45,15 @@
        {
        }
 
-       /// Execute this tag
+       /// Execute this tag, whatever it is.
        virtual void execute(sprite_instance* /*m*/)
        {
        }
 
-       /// Execute this tag but only if controls the DisplayList 
+       /// Execute this tag but only if it's a "state" tag.
+       //
+       /// State tags include all tags except action tags.
+       ///
        virtual void execute_state(sprite_instance* /*m*/)
        {
        }




reply via email to

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