[vlc-devel] commit: Fix skins2 compile ( broken by 8e0a2de24336bb68b6aee5a701025bfb1e01ac24) (ogg.k.ogg.k )
git version control
git at videolan.org
Sun Feb 1 11:48:26 CET 2009
vlc | branch: master | ogg.k.ogg.k <ogg.k.ogg.k at googlemail.com> | Sun Feb 1 10:03:18 2009 +0000| [679b54c7b9a6cd9e6ffc749f8f0fe1c0bb5f03eb] | committer: Rémi Denis-Courmont
Fix skins2 compile (broken by 8e0a2de24336bb68b6aee5a701025bfb1e01ac24)
Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=679b54c7b9a6cd9e6ffc749f8f0fe1c0bb5f03eb
---
modules/gui/skins2/src/skin_main.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/src/skin_main.cpp b/modules/gui/skins2/src/skin_main.cpp
index 9c48d99..a116e75 100644
--- a/modules/gui/skins2/src/skin_main.cpp
+++ b/modules/gui/skins2/src/skin_main.cpp
@@ -316,7 +316,7 @@ static void WindowClose( vlc_object_t *p_this )
vout_window_t *pWnd = (vout_window_t *)p_this;
intf_thread_t *pIntf = (intf_thread_t *)p_this->p_private;
- VlcProc::releaseWindow( pIntf, pWnd->handle );
+ VlcProc::releaseWindow( pIntf, pWnd->handle.hwnd );
}
//---------------------------------------------------------------------------
More information about the vlc-devel
mailing list