Kaydet (Commit) 4d299837 authored tarafından Minh Ngo's avatar Minh Ngo Kaydeden (comit) Michael Meeks

Fixing windows ID setting

Change-Id: I6ef8b1765afd55da79e4aa3ca89892b920897d34
üst 1b297589
......@@ -168,9 +168,9 @@ uno::Reference< css::media::XPlayerWindow > SAL_CALL VLCPlayer::createPlayerWind
if (winID != -1)
{
#if defined(WIN32) && !defined(UNIX)
libvlc_media_player_set_hwnd( mPlayer.get(), winID );
#else
//TODO: Not works, will be crashed
#else
libvlc_media_player_set_xwindow( mPlayer.get(), winID );
#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