1
0
mirror of git://projects.qi-hardware.com/vido.git synced 2024-12-22 08:45:12 +02:00

small update

Signed-off-by: Mirko Lindner <mirko@sharism.cc>
This commit is contained in:
Mirko Lindner 2010-02-25 10:40:53 +01:00
parent 8f2d9951e0
commit af2cf4d035

View File

@ -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);
}