gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog server/rect.h
Date: Sun, 26 Nov 2006 00:28:54 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/26 00:28:54

Modified files:
        .              : ChangeLog 
        server         : rect.h 

Log message:
        DSOEXPORT expand_to_transformed_rect.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1769&r2=1.1770
http://cvs.savannah.gnu.org/viewcvs/gnash/server/rect.h?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1769
retrieving revision 1.1770
diff -u -b -r1.1769 -r1.1770
--- ChangeLog   25 Nov 2006 18:16:04 -0000      1.1769
+++ ChangeLog   26 Nov 2006 00:28:53 -0000      1.1770
@@ -1,3 +1,7 @@
+2006-11-26 Markus Gothe <address@hidden>
+
+       * server/rect.h DSOEXPORT expand_to_transformed_rect().
+
 2006-11-25 Udo Giacomozzi <address@hidden>
 
        * backend/render_handler.h, backend/render_handler_agg.cpp:

Index: server/rect.h
===================================================================
RCS file: /sources/gnash/gnash/server/rect.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- server/rect.h       30 Oct 2006 18:16:37 -0000      1.9
+++ server/rect.h       26 Nov 2006 00:28:54 -0000      1.10
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: rect.h,v 1.9 2006/10/30 18:16:37 nihilus Exp $ */
+/* $Id: rect.h,v 1.10 2006/11/26 00:28:54 nihilus Exp $ */
 
 #ifndef GNASH_RECT_H
 #define GNASH_RECT_H
@@ -202,7 +202,7 @@
        
        /// Same as enclose_transformed_rect but expanding the current rect 
instead
        /// of replacing it.
-       void    expand_to_transformed_rect(const matrix& m, const rect& r);
+       DSOEXPORT void  expand_to_transformed_rect(const matrix& m, const rect& 
r);
        
        /// Makes union of the given and the current rect
        DSOEXPORT void  expand_to_rect(const rect& r);




reply via email to

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