]> git.sesse.net Git - vlc/commitdiff
Fix another location having the same does-not-compile problem
authorogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Sun, 1 Feb 2009 10:07:36 +0000 (10:07 +0000)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 1 Feb 2009 10:48:44 +0000 (12:48 +0200)
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
modules/gui/skins2/src/vlcproc.cpp

index 8d6baab98d26ce3a1560e5388efa8d34b8fa71e5..f52f8de1ea26b3b3e52f290c109ad006b04ed720 100644 (file)
@@ -616,7 +616,7 @@ int VlcProc::controlWindow( struct vout_window_t *pWnd,
 
                 // Post a resize vout command
                 CmdResizeVout *pCmd =
-                    new CmdResizeVout( pThis->getIntf(), pWnd->handle,
+                    new CmdResizeVout( pThis->getIntf(), pWnd->handle.hwnd,
                                        i_width, i_height );
                 AsyncQueue *pQueue = AsyncQueue::instance( pThis->getIntf() );
                 pQueue->push( CmdGenericPtr( pCmd ) );