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 [release_0_7_2]


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog server/rect.h [release_0_7_2]
Date: Mon, 30 Oct 2006 18:04:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/10/30 18:04:16

Modified files:
        .              : ChangeLog 
        server         : rect.h 

Log message:
        DSOEXPORT rect() for visibility.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.14&r2=1.1412.2.15
http://cvs.savannah.gnu.org/viewcvs/gnash/server/rect.h?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.6.2.1&r2=1.6.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.14
retrieving revision 1.1412.2.15
diff -u -b -r1.1412.2.14 -r1.1412.2.15
--- ChangeLog   30 Oct 2006 17:22:12 -0000      1.1412.2.14
+++ ChangeLog   30 Oct 2006 18:04:15 -0000      1.1412.2.15
@@ -14,6 +14,7 @@
        * macros/boost.m4: Applied patch from Bernhard Rosenkraenzer.
        * macros/glib.m4, macros/pango.m4: Fixed output.
        * macros/atk.m4: fixed issue due to typo (lack of '$').
+       * server/rect.h: DSOEXPORT rect() for visibility.
 
 2006-10-30 Udo Giacomozzi <address@hidden>
 

Index: server/rect.h
===================================================================
RCS file: /sources/gnash/gnash/server/rect.h,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -b -r1.6.2.1 -r1.6.2.2
--- server/rect.h       30 Oct 2006 14:28:49 -0000      1.6.2.1
+++ server/rect.h       30 Oct 2006 18:04:16 -0000      1.6.2.2
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: rect.h,v 1.6.2.1 2006/10/30 14:28:49 rsavoye Exp $ */
+/* $Id: rect.h,v 1.6.2.2 2006/10/30 18:04:16 nihilus Exp $ */
 
 #ifndef GNASH_RECT_H
 #define GNASH_RECT_H
@@ -53,7 +53,7 @@
 public:
 
        /// Construct a NULL rectangle
-       rect();
+       DSOEXPORT  rect();
 
        /// Construct a rectangle with given coordinates
        rect(float xmin, float ymin, float xmax, float ymax)




reply via email to

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