From af2cf4d0357a67f5c7dad8ec1f065837b4f6f0b8 Mon Sep 17 00:00:00 2001 From: Mirko Lindner Date: Thu, 25 Feb 2010 10:40:53 +0100 Subject: [PATCH] small update Signed-off-by: Mirko Lindner --- src/main_window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_window.cc b/src/main_window.cc index a2b0c64..91df1da 100644 --- a/src/main_window.cc +++ b/src/main_window.cc @@ -194,7 +194,7 @@ void main_window::move_cursor(int direction){ log_debug("pointer xadd: " << xadd << "pointer yadd: " << yadd ); if ((screen != 0) && (display!= 0)){ display->warp_pointer( screen, x, y); - this->signal_motion_notify_event(); +// this->signal_motion_notify_event(); // g_signal_emit (G_OBJECT(display->gobj()), GDK_MOTION_NOTIFY, NULL, x= x, y = y); }