gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Another #ifdef needed


From: Miguel
Subject: Re: [Gnash-dev] Another #ifdef needed
Date: Tue, 28 Mar 2006 19:14:45 +0200
User-agent: Thunderbird 1.5 (X11/20060313)


Sorry,I am very stupid.
I hope that this really help now:
RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v
retrieving revision 1.20
diff -U2 -r1.20 plugin.cpp
--- plugin.cpp  22 Mar 2006 04:52:42 -0000      1.20
+++ plugin.cpp  28 Mar 2006 16:47:27 -0000
@@ -469,6 +469,8 @@
                                                  _shutdown(FALSE),
                                                  _glInitialized(FALSE),
-                                                   _thread(NULL),
-                                                   _newwin(FALSE)
+                                                   _thread(NULL)
+#ifdef USE_GTK_PLUG /* If USE_GTK_PLUG is not defined _newwin does not exist */
+                                                   , _newwin(FALSE)
+#endif
{
   GNASH_REPORT_FUNCTION;

Thank you for helping me and sorry again,I must think more






reply via email to

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