gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/dlist.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/dlist.h
Date: Fri, 11 May 2007 13:39:46 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/11 13:39:45

Modified files:
        .              : ChangeLog 
        server         : dlist.h 

Log message:
                * server/dlist.h (move_display_object): document the call to
                  accept_anim_move().

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3166&r2=1.3167
http://cvs.savannah.gnu.org/viewcvs/gnash/server/dlist.h?cvsroot=gnash&r1=1.37&r2=1.38

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3166
retrieving revision 1.3167
diff -u -b -r1.3166 -r1.3167
--- ChangeLog   11 May 2007 11:13:31 -0000      1.3166
+++ ChangeLog   11 May 2007 13:39:45 -0000      1.3167
@@ -1,5 +1,7 @@
 2007-05-11 Sandro Santilli <address@hidden>
 
+       * server/dlist.h (move_display_object): document the call to
+         accept_anim_move().
        * testsuite/misc-ming.all/displaylist_depths_test7.c: fix missing
          failure "expectance" and associated comment.
        * testsuite/misc-ming.all/: Makefile.am, displaylist_depths_test8.c:

Index: server/dlist.h
===================================================================
RCS file: /sources/gnash/gnash/server/dlist.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- server/dlist.h      11 May 2007 07:35:11 -0000      1.37
+++ server/dlist.h      11 May 2007 13:39:45 -0000      1.38
@@ -140,8 +140,12 @@
        ///
        void swapDepths(character* ch, int depth);
 
-       /// Updates the transform properties of the object at
-       /// the specified depth.
+       /// \brief
+       /// Updates the transform properties of the object at the
+       /// specified depth, unless its get_accept_anim_moves() returns false.
+       //
+       ///  See character::get_accept_anim_moves()
+       ///
        void    move_display_object(
                int depth,
                bool use_cxform,




reply via email to

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