better to send some anyway

svn path=/trunk/kdebase/kwin/; revision=88714
This commit is contained in:
Matthias Ettrich 2001-03-26 08:31:54 +00:00
parent 5cf8a3c9fd
commit 74b28e4418

View file

@ -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();