|
From: <br...@us...> - 2008-07-20 06:41:31
|
Revision: 3490
http://openvrml.svn.sourceforge.net/openvrml/?rev=3490&view=rev
Author: braden
Date: 2008-07-20 06:41:31 +0000 (Sun, 20 Jul 2008)
Log Message:
-----------
Apply OPENVRML_API to symbols that libglade needs.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/openvrml-player/player.cpp
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-07-17 04:48:50 UTC (rev 3489)
+++ trunk/ChangeLog 2008-07-20 06:41:31 UTC (rev 3490)
@@ -1,3 +1,8 @@
+2008-07-20 Braden McDaniel <br...@en...>
+
+ * src/openvrml-player/player.cpp: Apply OPENVRML_API to symbols
+ that libglade needs.
+
2008-07-16 Braden McDaniel <br...@en...>
* examples/sdl_viewer.cpp (resource_fetcher::do_get_resource(const
Modified: trunk/src/openvrml-player/player.cpp
===================================================================
--- trunk/src/openvrml-player/player.cpp 2008-07-17 04:48:50 UTC (rev 3489)
+++ trunk/src/openvrml-player/player.cpp 2008-07-20 06:41:31 UTC (rev 3490)
@@ -46,14 +46,16 @@
// GTK+ signal handlers; libglade needs them to have external linkage in
// order to connect them.
//
- void openvrml_player_on_about_activated(GtkWindow * window);
- void openvrml_player_on_file_open_activated(
+ OPENVRML_API void openvrml_player_on_about_activated(GtkWindow * window);
+ OPENVRML_API void openvrml_player_on_file_open_activated(
OpenvrmlPlayerFileChooserDialog * dialog);
- void openvrml_player_on_locationentry_activated(GtkEntry * entry);
- void openvrml_player_on_filechooserdialog_response(GtkDialog * dialog,
- gint arg1,
- gpointer user_data);
- void openvrml_player_quit();
+ OPENVRML_API void
+ openvrml_player_on_locationentry_activated(GtkEntry * entry);
+ OPENVRML_API void
+ openvrml_player_on_filechooserdialog_response(GtkDialog * dialog,
+ gint arg1,
+ gpointer user_data);
+ OPENVRML_API void openvrml_player_quit();
//
// The following functions are 'extern "C"' because they get passed as
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|