Commit 9cc428cb authored by Marian Ďurkovič's avatar Marian Ďurkovič

Stop crashing at video init. Yes, this closes #3074

parent cb83cdb4
......@@ -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 );
......
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