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
This commit is contained in:
parent
b50a8d352a
commit
14a5fb8026
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -311,7 +311,7 @@ Application::Application()
|
||||||
|
|
||||||
atoms = new Atoms;
|
atoms = new Atoms;
|
||||||
|
|
||||||
initting = false; // TODO
|
// initting = false; // TODO
|
||||||
|
|
||||||
// This tries to detect compositing options and can use GLX. GLX problems
|
// 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
|
// (X errors) shouldn't cause kwin to abort, so this is out of the
|
||||||
|
|
Loading…
Reference in a new issue