From kde-commits Wed Mar 10 18:40:00 2004 From: Paul Campbell Date: Wed, 10 Mar 2004 18:40:00 +0000 To: kde-commits Subject: kdeutils/klaptopdaemon Message-Id: <20040310184000.D248C9990 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107894400923590 CVS commit by campbell: bug #77037 - fix problem with waking from some states M +3 -1 laptop_daemon.cpp 1.52 --- kdeutils/klaptopdaemon/laptop_daemon.cpp #1.51:1.52 @@ -381,4 +381,6 @@ void laptop_daemon::timerDone() // if (need_wait) { + wakepos.setX(QCursor::pos().x()); + wakepos.setY(QCursor::pos().y()); if (!wake_timer) { wake_timer = new QTimer(this);