Revert part of r1.491, I'm not sure anymore why I raised the timeout so much,

but if nobody had complained until then, perhaps it's better that way
after all.
CCMAIL: Gábor Lehel <illissius@gmail.com>

svn path=/trunk/kdebase/kwin/; revision=382907
This commit is contained in:
Luboš Luňák 2005-01-27 14:37:32 +00:00
parent 855786a987
commit ffad4694b2

View file

@ -2013,7 +2013,7 @@ void Workspace::clientMoved(const QPoint &pos, Time now)
return;
Time treshold_set = options->electricBorderDelay(); // set timeout
Time treshold_reset = 1000; // reset timeout
Time treshold_reset = 250; // reset timeout
int distance_reset = 30; // Mouse should not move more than this many pixels
int border = 0;