From a637bea8e477224a84c61e504acaacf0e2b7332d Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Fri, 24 Mar 2000 09:32:16 +0000 Subject: [PATCH] small fix for Reggie's ultrafast machine svn path=/trunk/kdebase/kwin/; revision=44448 --- client.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.cpp b/client.cpp index 15260bb67b..69874bee20 100644 --- a/client.cpp +++ b/client.cpp @@ -927,6 +927,8 @@ void Client::mouseMoveEvent( QMouseEvent * e) break; } } + + QApplication::syncX(); // process our own configure events synchronously. } /*!