Commit 74ef05f3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Avoid comments within comments

parent bd3a0ce3
...@@ -676,19 +676,19 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x, ...@@ -676,19 +676,19 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
bgWasVisible = true; bgWasVisible = true;
emit askBgWidgetToToggle(); emit askBgWidgetToToggle();
} }
#if 0
/*if( THEMIM->getIM()->hasVideo() || !bgWasVisible ) if( THEMIM->getIM()->hasVideo() || !bgWasVisible )
{ {
videoWidget->widgetSize = QSize( *pi_width, *pi_height ); videoWidget->widgetSize = QSize( *pi_width, *pi_height );
} }
else /* Background widget available, use its size */ else /* Background widget available, use its size */
/*{ {
/* Ok, our visualizations are bad, so don't do this for the moment /* Ok, our visualizations are bad, so don't do this for the moment
* use the requested size anyway */ * use the requested size anyway */
// videoWidget->widgetSize = bgWidget->widgeTSize; // videoWidget->widgetSize = bgWidget->widgeTSize;
/* videoWidget->widgetSize = QSize( *pi_width, *pi_height ); videoWidget->widgetSize = QSize( *pi_width, *pi_height );
}*/ }
#endif
videoIsActive = true; videoIsActive = true;
emit askVideoToResize( *pi_width, *pi_height ); emit askVideoToResize( *pi_width, *pi_height );
......
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