[vlc-devel] commit: mozilla: windows build fix (Jean-Paul Saman )

git version control git at videolan.org
Sun Mar 8 10:11:31 CET 2009


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Mar  8 09:25:03 2009 +0100| [6fb027acde19b0cf2f9bae2a9cf47215929e9a5a] | committer: Jean-Paul Saman 

mozilla: windows build fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fb027acde19b0cf2f9bae2a9cf47215929e9a5a
---

 projects/mozilla/vlcplugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index 9cac45c..2c4061c 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -291,7 +291,7 @@ void VlcPlugin::set_player_window( libvlc_exception_t *ex )
 #endif
 #ifdef XP_WIN
     libvlc_media_player_set_hwnd(libvlc_media_player,
-                                 getVideoWindow(),
+                                 getWindow().window,
                                  ex);
 #endif
 }




More information about the vlc-devel mailing list