]> git.sesse.net Git - vlc/commitdiff
mozilla: windows build fix
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 8 Mar 2009 08:25:03 +0000 (09:25 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 8 Mar 2009 08:25:03 +0000 (09:25 +0100)
projects/mozilla/vlcplugin.cpp

index 9cac45c627594ca86a2beb263cc38aa97e2336c5..2c4061cb08a4f3843c487da7fd3f53a8d5414d98 100644 (file)
@@ -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
 }