small fix for Reggie's ultrafast machine

svn path=/trunk/kdebase/kwin/; revision=44448
This commit is contained in:
Matthias Ettrich 2000-03-24 09:32:16 +00:00
parent 9926eb384a
commit a637bea8e4

View file

@ -927,6 +927,8 @@ void Client::mouseMoveEvent( QMouseEvent * e)
break;
}
}
QApplication::syncX(); // process our own configure events synchronously.
}
/*!