[vlc-devel] commit: mozilla: toolbar is not implemented on MacOS X and Win32 for Firefox/Mozilla/ Safari webbrowsers. (Jean-Paul Saman )
git version control
git at videolan.org
Mon Feb 9 23:23:04 CET 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Mon Feb 9 21:47:26 2009 +0100| [40e09aa0cb97dffe188f36b30e6d9df7fcf6e6f7] | committer: Jean-Paul Saman
mozilla: toolbar is not implemented on MacOS X and Win32 for Firefox/Mozilla/Safari webbrowsers.
Remove this define once the functionality is implemented on MacOS X and Win32.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40e09aa0cb97dffe188f36b30e6d9df7fcf6e6f7
---
projects/mozilla/vlcplugin.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index 239684d..54072f1 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -176,7 +176,11 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
}
else if( !strcmp( argn[i], "toolbar" ) )
{
+/* FIXME: Remove this when toolbar functionality has been implemented on\
+ * MacOS X and Win32 for Firefox/Mozilla/Safari. */
+#ifdef XP_UNIX
b_toolbar = boolValue(argv[i]);
+#endif
}
}
More information about the vlc-devel
mailing list