gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/backend render_handler.h


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/backend render_handler.h
Date: Mon, 16 Oct 2006 17:31:14 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   06/10/16 17:31:14

Modified files:
        backend        : render_handler.h 

Log message:
        Typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler.h?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: render_handler.h
===================================================================
RCS file: /cvsroot/gnash/gnash/backend/render_handler.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- render_handler.h    16 Oct 2006 17:28:21 -0000      1.14
+++ render_handler.h    16 Oct 2006 17:31:14 -0000      1.15
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: render_handler.h,v 1.14 2006/10/16 17:28:21 udog Exp $ */
+/* $Id: render_handler.h,v 1.15 2006/10/16 17:31:14 udog Exp $ */
 
 #ifndef RENDER_HANDLER_H
 #define RENDER_HANDLER_H
@@ -403,7 +403,7 @@
   /// This function returns the color at any position in the stage. It is used
   /// for automatic testing only, it should not be used for anything else!
   /// world_x and world_y are world coordinates (twips) and the color of the
-  /// nearest pixel ist returned.
+  /// nearest pixel is returned.
   virtual void get_pixel(rgba& /*color_return*/, float /*world_x*/, 
     float /*world_y*/) {
     




reply via email to

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