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:15:59 +0000

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

Modified files:
        .              : ChangeLog 
        server         : rect.h 

Log message:
        DSOEXPORT rect()/is_bool() 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.15&r2=1.1412.2.16
http://cvs.savannah.gnu.org/viewcvs/gnash/server/rect.h?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.6.2.2&r2=1.6.2.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.15
retrieving revision 1.1412.2.16
diff -u -b -r1.1412.2.15 -r1.1412.2.16
--- ChangeLog   30 Oct 2006 18:04:15 -0000      1.1412.2.15
+++ ChangeLog   30 Oct 2006 18:15:59 -0000      1.1412.2.16
@@ -14,7 +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.
+       * server/rect.h: DSOEXPORT rect()/is_bool() 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.2
retrieving revision 1.6.2.3
diff -u -b -r1.6.2.2 -r1.6.2.3
--- server/rect.h       30 Oct 2006 18:04:16 -0000      1.6.2.2
+++ server/rect.h       30 Oct 2006 18:15:59 -0000      1.6.2.3
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: rect.h,v 1.6.2.2 2006/10/30 18:04:16 nihilus Exp $ */
+/* $Id: rect.h,v 1.6.2.3 2006/10/30 18:15:59 nihilus Exp $ */
 
 #ifndef GNASH_RECT_H
 #define GNASH_RECT_H
@@ -70,7 +70,7 @@
        }
 
        /// returns true if this is the NULL rectangle
-       bool is_null() const;
+       DSOEXPORT bool is_null() const;
 
        /// set the rectangle to the NULL value
        void set_null();




reply via email to

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