Ticket #8431: mythtv-remove_MacOS_splash_screen_hack.patch

File mythtv-remove_MacOS_splash_screen_hack.patch, 647 bytes (added by sphery, 14 years ago)
  • libs/libmythui/mythmainwindow.cpp

    ---
     libs/libmythui/mythmainwindow.cpp |    8 	0 +	8 -	0 !
     1 file changed, 8 deletions(-)
    
    old new  
    888888        flags |= Qt::FramelessWindowHint;
    889889    }
    890890
    891     // Workarounds for Qt/Mac bugs
    892 #ifdef Q_WS_MACX
    893     if (d->does_fill_screen)
    894     {
    895         flags = Qt::SplashScreen;
    896     }
    897 #endif
    898 
    899891#ifdef WIN32
    900892    flags |= Qt::MSWindowsOwnDC;
    901893#endif