small fix for Reggie's ultrafast machine
svn path=/trunk/kdebase/kwin/; revision=44448
This commit is contained in:
parent
9926eb384a
commit
a637bea8e4
1 changed files with 2 additions and 0 deletions
|
@ -927,6 +927,8 @@ void Client::mouseMoveEvent( QMouseEvent * e)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
QApplication::syncX(); // process our own configure events synchronously.
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue