Commit 6aa4cb22 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove whitespace after keep-size commit.

parent 32b29b9e
......@@ -221,7 +221,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
settings->beginGroup( "MainWindow" );
QVLCTools::restoreWidgetPosition( settings, this, QSize(380, 60) );
/* resize to previously saved main window size if appicable */
/* resize to previously saved main window size if appicable */
if( b_keep_size )
{
if( i_visualmode == QT_ALWAYS_VIDEO_MODE ||
......@@ -642,7 +642,7 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
unsigned int *pi_height )
{
/* Request the videoWidget */
void *ret = videoWidget->request( p_nvout,pi_x, pi_y,
void *ret = videoWidget->request( p_nvout,pi_x, pi_y,
pi_width, pi_height, b_keep_size );
if( ret ) /* The videoWidget is available */
{
......
......@@ -132,7 +132,7 @@ private:
bool visualSelectorEnabled;
bool notificationEnabled; /// Systray Notifications
bool bgWasVisible;
bool b_keep_size; ///< persistent resizeable window
bool b_keep_size; ///< persistent resizeable window
QSize mainBasedSize; ///< based Wnd (normal mode only)
QSize mainVideoSize; ///< Wnd with video (all modes)
int i_visualmode; ///< Visual Mode
......
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