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: Mon, 30 Oct 2006 18:16:37 +0000

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

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&r1=1.1447&r2=1.1448
http://cvs.savannah.gnu.org/viewcvs/gnash/server/rect.h?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1447
retrieving revision 1.1448
diff -u -b -r1.1447 -r1.1448
--- ChangeLog   30 Oct 2006 18:05:24 -0000      1.1447
+++ ChangeLog   30 Oct 2006 18:16:37 -0000      1.1448
@@ -7,7 +7,7 @@
        * macros/glib.m4, macros/pango.m4: Fixed output.
        * macros/atk.m4: fixed issue due to typo (lack of '$').
        * backend/sound_handler_gst.cpp: Added stubs for aux-streaming.
-       * server/rect.h: DSOEXPORT rect() for visibility.
+       * server/rect.h: DSOEXPORT rect()/is_bool() for visibility.
 
 2006-10-30 Hannes Mayr <address@hidden>
        * server/asobj/NetStream.cpp: added <unistd.h> include for sleep()

Index: server/rect.h
===================================================================
RCS file: /sources/gnash/gnash/server/rect.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- server/rect.h       30 Oct 2006 18:05:24 -0000      1.8
+++ server/rect.h       30 Oct 2006 18:16:37 -0000      1.9
@@ -17,7 +17,7 @@
 // 
 //
 
-/* $Id: rect.h,v 1.8 2006/10/30 18:05:24 nihilus Exp $ */
+/* $Id: rect.h,v 1.9 2006/10/30 18:16:37 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]