From ffad4694b236033864b0543ab2c874e9a9140137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 27 Jan 2005 14:37:32 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20part=20of=20r1.491,=20I'm=20not=20sure?= =?UTF-8?q?=20anymore=20why=20I=20raised=20the=20timeout=20so=20much,=20bu?= =?UTF-8?q?t=20if=20nobody=20had=20complained=20until=20then,=20perhaps=20?= =?UTF-8?q?it's=20better=20that=20way=20after=20all.=20CCMAIL:=20G=C3=83?= =?UTF-8?q?=C2=A1bor=20Lehel=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/kdebase/kwin/; revision=382907 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 3d9ed8c340..dde3ce83de 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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;