XDamage causes some X errors during startup, maybe it's a bad
idea to exit in such case anyway. svn path=/branches/work/kwin_composite/; revision=558249
This commit is contained in:
parent
2693760317
commit
d4cf5af1c4
1 changed files with 2 additions and 0 deletions
2
main.cpp
2
main.cpp
|
@ -119,6 +119,8 @@ Application::Application( )
|
|||
options = new Options;
|
||||
atoms = new Atoms;
|
||||
effects = new EffectsHandler;
|
||||
|
||||
initting = false; // TODO
|
||||
|
||||
// create workspace.
|
||||
(void) new Workspace( isSessionRestored() );
|
||||
|
|
Loading…
Reference in a new issue