Work around a Qt4.4.0RC1 redrawing bug.

BUG: 157659


svn path=/trunk/KDE/kdebase/workspace/; revision=793649
This commit is contained in:
Luboš Luňák 2008-04-04 18:08:43 +00:00
parent 0256c3bc14
commit 1da43a7993

View file

@ -490,6 +490,8 @@ KDE_EXPORT int kdemain( int argc, char * argv[] )
signal(SIGHUP, SIG_IGN);
// HACK this is needed for AIGLX
setenv( "LIBGL_ALWAYS_INDIRECT","1", true );
// HACK this is needed to work around a Qt4.4.0RC1 bug (#157659)
setenv( "QT_SLOW_TOPLEVEL_RESIZE", "1", true );
KWin::Application a;
KWin::SessionManager weAreIndeed;
KWin::SessionSaveDoneHelper helper;