gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog backend/render_handler.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog backend/render_handler.h
Date: Fri, 13 Oct 2006 11:04:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/13 11:04:39

Modified files:
        .              : ChangeLog 
        backend        : render_handler.h 

Log message:
        * backend/render_handler.h (draw_poly): documented the fact that the 
polygon's corner need not be closed (am I right?)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1187&r2=1.1188
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler.h?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1187
retrieving revision 1.1188
diff -u -b -r1.1187 -r1.1188
--- ChangeLog   13 Oct 2006 09:52:26 -0000      1.1187
+++ ChangeLog   13 Oct 2006 11:04:38 -0000      1.1188
@@ -1,5 +1,7 @@
 2006-10-13 Sandro Santilli <address@hidden>
 
+       * backend/render_handler.h (draw_poly): documented the fact
+         that the polygon's corner need not be closed (am I right?)
        * macros/atk.m4: fixed missing -I switches in include, cleaned
          up verbosity.
        * backend/render_handler.h, backend/render_handler_tri.h:

Index: backend/render_handler.h
===================================================================
RCS file: /sources/gnash/gnash/backend/render_handler.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- backend/render_handler.h    13 Oct 2006 09:42:39 -0000      1.12
+++ backend/render_handler.h    13 Oct 2006 11:04:39 -0000      1.13
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: render_handler.h,v 1.12 2006/10/13 09:42:39 udog Exp $ */
+/* $Id: render_handler.h,v 1.13 2006/10/13 11:04:39 strk Exp $ */
 
 #ifndef RENDER_HANDLER_H
 #define RENDER_HANDLER_H
@@ -306,6 +306,10 @@
   /// (editable text fields) and similar. The polygon should not contain 
   /// self-intersections. If you do not wish a outline or a fill, then simply 
   /// set the alpha value to zero.
+  ///
+  /// The polygon need NOT be closed (ie: this function will automatically
+  /// add an additional vertex to close it.
+  ///
   virtual void  draw_poly(const point* corners, size_t corner_count, 
     const rgba fill, const rgba outline) = 0;
     




reply via email to

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