From 74b28e4418e5eb4d9e89f40d664ea3f5c169f636 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Mon, 26 Mar 2001 08:31:54 +0000 Subject: [PATCH] better to send some anyway svn path=/trunk/kdebase/kwin/; revision=88714 --- client.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client.cpp b/client.cpp index 9a06a45ad2..9de06b08f4 100644 --- a/client.cpp +++ b/client.cpp @@ -755,6 +755,8 @@ bool Client::manage( bool isMapped, bool doNotShow, bool isInitial ) delete session; + sendSyntheticConfigureNotify(); + if ( showMe && !doNotShow ) { Events::raise( isTransient() ? Events::TransNew : Events::New ); if ( isMapped ) { @@ -1208,6 +1210,7 @@ void Client::sendSyntheticConfigureNotify() { XConfigureEvent c; c.type = ConfigureNotify; + c.send_event = True; c.event = win; c.window = win; c.x = x() + windowWrapper()->x();