Commit 6fb027ac authored by Jean-Paul Saman's avatar Jean-Paul Saman

mozilla: windows build fix

parent cb3168c7
...@@ -291,7 +291,7 @@ void VlcPlugin::set_player_window( libvlc_exception_t *ex ) ...@@ -291,7 +291,7 @@ void VlcPlugin::set_player_window( libvlc_exception_t *ex )
#endif #endif
#ifdef XP_WIN #ifdef XP_WIN
libvlc_media_player_set_hwnd(libvlc_media_player, libvlc_media_player_set_hwnd(libvlc_media_player,
getVideoWindow(), getWindow().window,
ex); ex);
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment