gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server character.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server character.h
Date: Fri, 26 Jan 2007 13:17:09 +0000

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

Modified files:
        server         : character.h 

Log message:
        more comments for get_invalidated_bounds

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/character.h?cvsroot=gnash&r1=1.40&r2=1.41

Patches:
Index: character.h
===================================================================
RCS file: /sources/gnash/gnash/server/character.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- character.h 26 Jan 2007 10:10:50 -0000      1.40
+++ character.h 26 Jan 2007 13:17:09 -0000      1.41
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: character.h,v 1.40 2007/01/26 10:10:50 strk Exp $ */
+/* $Id: character.h,v 1.41 2007/01/26 13:17:09 strk Exp $ */
 
 #ifndef GNASH_CHARACTER_H
 #define GNASH_CHARACTER_H
@@ -485,9 +485,9 @@
        /// invalidated bounds.
        //
        /// NOTE that this method should include the bounds that it
-       /// covered the last time ::display() was called, as those need
-       /// to be rerendered as well (to clear the region previously
-       /// occupied by this character). [ Correct ? ]
+       /// covered the last time clear_invalidated() was called,
+       /// as those need to be rerendered as well (to clear the region
+       /// previously occupied by this character).
        ///
        /// It is used to determine what area needs to be re-rendered.
        /// The coordinates are world coordinates (in TWIPS).




reply via email to

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