gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/NullGui.h gui/gtksup.h gui/...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog gui/NullGui.h gui/gtksup.h gui/...
Date: Sat, 29 Mar 2008 10:13:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/29 10:13:56

Modified files:
        .              : ChangeLog 
        gui            : NullGui.h gtksup.h gui.h kdesup.h riscossup.h 
                         sdlsup.h 
        plugin/mozilla-sdk: pluginbase.h 

Log message:
                * plugin/mozilla-sdk/pluginbase.h: replace tu_config with
                  dsodefs.
                * gui/NullGui.h
                * gui/gtksup.h
                * gui/gui.h
                * gui/kdesup.h
                * gui/riscossup.h
                * gui/sdlsup.h: drop tu_config.h, remove visibility qualifiers.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6071&r2=1.6072
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/NullGui.h?cvsroot=gnash&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtksup.h?cvsroot=gnash&r1=1.68&r2=1.69
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.h?cvsroot=gnash&r1=1.80&r2=1.81
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/kdesup.h?cvsroot=gnash&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/riscossup.h?cvsroot=gnash&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/sdlsup.h?cvsroot=gnash&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/mozilla-sdk/pluginbase.h?cvsroot=gnash&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6071
retrieving revision 1.6072
diff -u -b -r1.6071 -r1.6072
--- ChangeLog   29 Mar 2008 03:16:54 -0000      1.6071
+++ ChangeLog   29 Mar 2008 10:13:54 -0000      1.6072
@@ -1,3 +1,14 @@
+2008-03-28 Benjamin Wolsey <address@hidden>
+
+       * plugin/mozilla-sdk/pluginbase.h: replace tu_config with
+         dsodefs.
+       * gui/NullGui.h
+       * gui/gtksup.h
+       * gui/gui.h
+       * gui/kdesup.h
+       * gui/riscossup.h
+       * gui/sdlsup.h: drop tu_config.h, remove visibility qualifiers.
+
 2008-03-28  Dossy Shiobara <address@hidden>
 
        * gui/gtk.cpp: Only include X11-specific headers if HAVE_X11 is

Index: gui/NullGui.h
===================================================================
RCS file: /sources/gnash/gnash/gui/NullGui.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- gui/NullGui.h       21 Jan 2008 20:55:41 -0000      1.14
+++ gui/NullGui.h       29 Mar 2008 10:13:55 -0000      1.15
@@ -23,14 +23,13 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
 #include "gui.h"
 
 namespace gnash
 {
 
 /// Null GUI, used when rendering is disabled
-class DSOEXPORT NullGui : public Gui {
+class NullGui : public Gui {
 
 public: 
 

Index: gui/gtksup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/gtksup.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- gui/gtksup.h        22 Mar 2008 02:27:56 -0000      1.68
+++ gui/gtksup.h        29 Mar 2008 10:13:55 -0000      1.69
@@ -23,7 +23,6 @@
 #endif
 
 #include "gnash.h"
-#include "tu_config.h" // for DSOEXPORT
 #include "gtk_glue.h"
 
 #ifndef _WIN32
@@ -48,7 +47,7 @@
 
 typedef bool (*callback_t)(void*, int, void *data);
 
-class DSOEXPORT GtkGui : public Gui
+class GtkGui : public Gui
 {
  public:
     GtkGui(unsigned long xid, float scale, bool loop, unsigned int depth);

Index: gui/gui.h
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- gui/gui.h   11 Mar 2008 16:58:24 -0000      1.80
+++ gui/gui.h   29 Mar 2008 10:13:55 -0000      1.81
@@ -22,7 +22,6 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
 #include "rect.h"  // for composition
 #include "snappingrange.h"  // for InvalidatedRanges
 #include "gnash.h" // for gnash::key::code type
@@ -59,7 +58,7 @@
 };
 
 /// Parent class from which all GUI implementations will depend.
-class DSOEXPORT Gui {
+class Gui {
 
 public:
 

Index: gui/kdesup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/kdesup.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- gui/kdesup.h        6 Feb 2008 13:51:07 -0000       1.24
+++ gui/kdesup.h        29 Mar 2008 10:13:55 -0000      1.25
@@ -22,7 +22,6 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
 #include "gui.h"
 
 #include <qapplication.h>
@@ -50,7 +49,7 @@
 
 class KdeGui;
 
-class DSOEXPORT qwidget : public WIDGETCLASS
+class qwidget : public WIDGETCLASS
 {
     Q_OBJECT
 public:

Index: gui/riscossup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/riscossup.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- gui/riscossup.h     5 Mar 2008 03:55:52 -0000       1.8
+++ gui/riscossup.h     29 Mar 2008 10:13:55 -0000      1.9
@@ -24,7 +24,6 @@
 #endif
 
 #include "gnash.h"
-#include "tu_config.h"
 
 #include "oslib/colourtrans.h"
 #include "oslib/wimp.h"
@@ -38,7 +37,7 @@
 namespace gnash
 {
 
-class DSOEXPORT RiscosGui : public Gui
+class RiscosGui : public Gui
 {
  public:
     RiscosGui(unsigned long xid, float scale, bool loop, unsigned int depth);

Index: gui/sdlsup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/sdlsup.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- gui/sdlsup.h        5 Mar 2008 03:55:52 -0000       1.25
+++ gui/sdlsup.h        29 Mar 2008 10:13:55 -0000      1.26
@@ -23,7 +23,6 @@
 #include "gnashconfig.h"
 #endif
 
-#include "tu_config.h"
 #include "gui.h"
 
 #include "SDL.h"
@@ -45,7 +44,7 @@
 namespace gnash
 {
 
-class DSOEXPORT SDLGui : public Gui
+class SDLGui : public Gui
 {
 public:
     SDLGui(unsigned long xid, float scale, bool loop, unsigned int depth);

Index: plugin/mozilla-sdk/pluginbase.h
===================================================================
RCS file: /sources/gnash/gnash/plugin/mozilla-sdk/pluginbase.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- plugin/mozilla-sdk/pluginbase.h     21 Jan 2008 23:28:03 -0000      1.12
+++ plugin/mozilla-sdk/pluginbase.h     29 Mar 2008 10:13:56 -0000      1.13
@@ -19,8 +19,8 @@
 #ifndef __PLUGININSTANCEBASE_H__
 #define __PLUGININSTANCEBASE_H__
 
+#include "dsodefs.h"
 #include "npplat.h"
-#include "tu_config.h"
 
 struct nsPluginCreateData
 {




reply via email to

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