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:
Luboš Luňák 2006-07-04 23:11:34 +00:00
parent 2693760317
commit d4cf5af1c4

View file

@ -119,6 +119,8 @@ Application::Application( )
options = new Options;
atoms = new Atoms;
effects = new EffectsHandler;
initting = false; // TODO
// create workspace.
(void) new Workspace( isSessionRestored() );