[vlc-devel] commit: mozilla: fix video overwritting toolbar issue (Jean-Paul Saman )

xxcv xxcv07 at gmail.com
Sun Mar 8 13:47:15 CET 2009


git version control wrote:
> vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Mar  6 14:19:44 2009 +0100| [2e7cec4521e619df4dfe2cb6f623565ee62425e8] | committer: Jean-Paul Saman 
>
> mozilla: fix video overwritting toolbar issue
>
>   
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e7cec4521e619df4dfe2cb6f623565ee62425e8
>>     
> ---
>
>  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));
>  }
>  
>   

In file included from vlcplugin.cpp:29:
../../config.h:1012:1: warning: this is the location of the previous 
definition
vlcplugin.cpp: In constructor `VlcPlugin::VlcPlugin(NPP_t*, uint16)':
vlcplugin.cpp:77: error: `npvideo' was not declared in this scope
vlcplugin.cpp:77: error: `Window' was not declared in this scope
vlcplugin.cpp:78: error: `npcontrol' was not declared in this scope
make[3]: *** [npvlc_la-vlcplugin.lo] Error 1


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090308/e50d857a/attachment.html>


More information about the vlc-devel mailing list