Remove hack for splashscreens and focus stealing. This will have to be

done differently.

svn path=/trunk/kdebase/kwin/; revision=252348
This commit is contained in:
Luboš Luňák 2003-09-19 11:12:41 +00:00
parent 1451910bc6
commit 12ec2718cd

View file

@ -537,10 +537,6 @@ Time Client::readUserCreationTime() const
result = *((long*) data);
XFree(data);
}
// HACK - make the timestamp one second older, as apps tend to show splashscreens
// very quickly, perhaps even faster than the user is typing
if( isSplash() && result != 0 && result != -1 )
result -= 200;
return result;
}