]> git.sesse.net Git - vlc/commitdiff
Stop crashing at video init. Yes, this closes #3074
authorMarian Ďurkovič <md@bts.sk>
Mon, 21 Sep 2009 18:31:40 +0000 (20:31 +0200)
committerMarian Ďurkovič <md@bts.sk>
Mon, 21 Sep 2009 18:31:40 +0000 (20:31 +0200)
modules/gui/qt4/main_interface.hpp

index 9520ccc4c7bdeec6e75814d0f3ff44dee5c3549e..4020ab69fbd5987e57a8310fd52ac9cdc5b1f013 100644 (file)
@@ -193,7 +193,7 @@ private slots:
 
 signals:
     void askGetVideo( WId *p_id, int *pi_x, int *pi_y,
-                      unsigned int *pi_width, unsigned int *pi_height );
+                      unsigned *pi_width, unsigned *pi_height );
     void askReleaseVideo( );
     void askVideoToResize( unsigned int, unsigned int );
     void askVideoSetFullScreen( bool );