<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
git version control wrote:
<blockquote cite="mid:20090307161942.76D0430F71@skanda.videolan.org"
type="cite">
<pre wrap="">vlc | branch: master | Jean-Paul Saman <a class="moz-txt-link-rfc2396E" href="mailto:jean-paul.saman@m2x.nl"><jean-paul.saman@m2x.nl></a> | Fri Mar 6 14:19:44 2009 +0100| [2e7cec4521e619df4dfe2cb6f623565ee62425e8] | committer: Jean-Paul Saman
mozilla: fix video overwritting toolbar issue
</pre>
<blockquote type="cite">
<pre wrap=""><a class="moz-txt-link-freetext" href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e7cec4521e619df4dfe2cb6f623565ee62425e8">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e7cec4521e619df4dfe2cb6f623565ee62425e8</a>
</pre>
</blockquote>
<pre wrap=""><!---->---
projects/mozilla/vlcplugin.cpp | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index 54680d4..80c3a29 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -74,6 +74,8 @@ VlcPlugin::VlcPlugin( NPP instance, uint16 mode ) :
#endif
{
memset(&npwindow, 0, sizeof(NPWindow));
+ memset(&npvideo, 0, sizeof(Window));
+ memset(&npcontrol, 0, sizeof(Window));
}
</pre>
</blockquote>
<br>
In file included from vlcplugin.cpp:29:<br>
../../config.h:1012:1: warning: this is the location of the previous
definition<br>
vlcplugin.cpp: In constructor `VlcPlugin::VlcPlugin(NPP_t*, uint16)':<br>
vlcplugin.cpp:77: error: `npvideo' was not declared in this scope<br>
vlcplugin.cpp:77: error: `Window' was not declared in this scope<br>
vlcplugin.cpp:78: error: `npcontrol' was not declared in this scope<br>
make[3]: *** [npvlc_la-vlcplugin.lo] Error 1<br>
<br>
<br>
</body>
</html>