CT: no electric borders when resizing. Done by Matthias Ettrich, reviewed and tested by me.

svn path=/trunk/kdebase/kwin/; revision=140610
This commit is contained in:
Cristian Tibirna 2002-03-03 16:30:33 +00:00
parent be3a8384f3
commit 186b4b54ac

View file

@ -1685,6 +1685,8 @@ void Client::mouseMoveEvent( QMouseEvent * e)
break;
}
}
if ( isMove() )
workspace()->clientMoved(globalPos, qt_x_time);
// QApplication::syncX(); // process our own configure events synchronously.