From 3f5213101d8e8337a8ff8dffdcbd441742283f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 22 Apr 2007 11:18:51 +0000 Subject: [PATCH] Actually use the old position. svn path=/branches/work/kwin_composite/; revision=656780 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 187d28c910..a60d660180 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -2613,7 +2613,7 @@ void Workspace::checkCursorPos() int lastb = last_buttons; cursorPos(); // update if needed if( last != last_cursor_pos || lastb != last_buttons ) - static_cast< EffectsHandlerImpl* >( effects )->mouseChanged( cursorPos(), last_cursor_pos, + static_cast< EffectsHandlerImpl* >( effects )->mouseChanged( cursorPos(), last, x11ToQtMouseButtons( last_buttons ), x11ToQtKeyboardModifiers( last_buttons )); }