[vlc-commits] Log in console when using Windowless mode
Jean-Baptiste Kempf
git at videolan.org
Tue Dec 18 18:28:03 CET 2012
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Dec 18 18:27:43 2012 +0100| [78a332fb3166ec493d6f2a07d30d358bf5e71e2a] | committer: Jean-Baptiste Kempf
Log in console when using Windowless mode
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=78a332fb3166ec493d6f2a07d30d358bf5e71e2a
---
npapi/vlcshell.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/npapi/vlcshell.cpp b/npapi/vlcshell.cpp
index 27f3fc7..687e5c9 100644
--- a/npapi/vlcshell.cpp
+++ b/npapi/vlcshell.cpp
@@ -246,6 +246,7 @@ NPError NPP_New( NPMIMEType, NPP instance,
#ifdef WINDOWLESS
if( windowless )
{
+ printf( "Using Windowless mode\n" );
/* set windowless flag */
status = NPN_SetValue( instance, NPPVpluginWindowBool,
(void *)false);
More information about the vlc-commits
mailing list