gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10619: Remove the requirement of th


From: John Wimer
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10619: Remove the requirement of the browser being gtk2 based. It's no longer needed.
Date: Tue, 24 Feb 2009 19:20:50 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10619
committer: John Wimer <address@hidden>
branch nick: trunk
timestamp: Tue 2009-02-24 19:20:50 +0100
message:
  Remove the requirement of the browser being gtk2 based. It's no longer needed.
  This allows QtWebKit to embed the gnash plugin (gtk and kde4 both work)
modified:
  plugin/plugin.cpp
=== modified file 'plugin/plugin.cpp'
--- a/plugin/plugin.cpp 2009-02-10 11:33:38 +0000
+++ b/plugin/plugin.cpp 2009-02-24 18:20:50 +0000
@@ -220,6 +220,7 @@
 #endif
     }
 
+#if 0 // Gtk is no longer required in the browser
     err = CallNPN_GetValueProc(NPNFuncs.getvalue, NULL,
                 NPNVToolkit,
                 (void *)&toolkit);
@@ -243,6 +244,7 @@
         std::cout << "GTK2 supported in this browser" << std::endl;
 #endif
     }
+#endif
 
     /*
     Check for environment variables.


reply via email to

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