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:
parent
1451910bc6
commit
12ec2718cd
1 changed files with 0 additions and 4 deletions
|
@ -537,10 +537,6 @@ Time Client::readUserCreationTime() const
|
||||||
result = *((long*) data);
|
result = *((long*) data);
|
||||||
XFree(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;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue