better to send some anyway
svn path=/trunk/kdebase/kwin/; revision=88714
This commit is contained in:
parent
5cf8a3c9fd
commit
74b28e4418
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue