From 12ec2718cdb67b84a83cd806b300f255b592fc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 19 Sep 2003 11:12:41 +0000 Subject: [PATCH] Remove hack for splashscreens and focus stealing. This will have to be done differently. svn path=/trunk/kdebase/kwin/; revision=252348 --- activation.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/activation.cpp b/activation.cpp index a3eb4dc9c5..8aa22fc1f1 100644 --- a/activation.cpp +++ b/activation.cpp @@ -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; }