From 14a5fb8026137d26698eb151bcb2f9d2ef1149f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= <l.lunak@kde.org> Date: Mon, 9 Feb 2009 14:39:52 +0000 Subject: [PATCH] Try to have initting set during Workspace setup again, will be also needed for the following commit. If there will be any problems during KWin startup because of this please yell. svn path=/trunk/KDE/kdebase/workspace/; revision=923838 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 9833345429..b9db78f700 100644 --- a/main.cpp +++ b/main.cpp @@ -311,7 +311,7 @@ Application::Application() atoms = new Atoms; - initting = false; // TODO +// initting = false; // TODO // This tries to detect compositing options and can use GLX. GLX problems // (X errors) shouldn't cause kwin to abort, so this is out of the