[vlc-devel] commit: Fix another location having the same does-not-compile problem (ogg. k.ogg.k )

git version control git at videolan.org
Sun Feb 1 11:48:49 CET 2009


vlc | branch: master | ogg.k.ogg.k <ogg.k.ogg.k at googlemail.com> | Sun Feb  1 10:07:36 2009 +0000| [e1916ffc0a281427ff91d27856e4b5404bd5d336] | committer: Rémi Denis-Courmont 

Fix another location having the same does-not-compile problem

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1916ffc0a281427ff91d27856e4b5404bd5d336
---

 modules/gui/skins2/src/vlcproc.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/skins2/src/vlcproc.cpp b/modules/gui/skins2/src/vlcproc.cpp
index 8d6baab..f52f8de 100644
--- a/modules/gui/skins2/src/vlcproc.cpp
+++ b/modules/gui/skins2/src/vlcproc.cpp
@@ -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 ) );




More information about the vlc-devel mailing list