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: Sat, 22 Dec 2007 00:24:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/12/22 00:24:41

Modified files:
        server         : character.h 

Log message:
        fix typo in pointInVisibleShape description

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

Patches:
Index: character.h
===================================================================
RCS file: /sources/gnash/gnash/server/character.h,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- character.h 19 Dec 2007 20:40:31 -0000      1.116
+++ character.h 22 Dec 2007 00:24:41 -0000      1.117
@@ -19,7 +19,7 @@
 //
 //
 
-/* $Id: character.h,v 1.116 2007/12/19 20:40:31 strk Exp $ */
+/* $Id: character.h,v 1.117 2007/12/22 00:24:41 strk Exp $ */
 
 #ifndef GNASH_CHARACTER_H
 #define GNASH_CHARACTER_H
@@ -710,7 +710,7 @@
        /// Point coordinates are in world TWIPS
        ///
        /// The default implementation returns false if the character is
-       /// not visible, calling pointInBounds() otherwise.
+       /// not visible, calling pointInShape() otherwise.
        ///
        /// Note that this is good for simple characters but needs
        /// to be overridden for characters with childs. When a




reply via email to

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