allow kpager/kminipager to see window moves/resizes
@@ -1198,7 +1198,7 @@ c.width = windowWrapper()->width(); c.height = windowWrapper()->height(); c.border_width = 0; - XSendEvent( qt_xdisplay(), c.event, TRUE, NoEventMask, (XEvent*)&c ); + XSendEvent( qt_xdisplay(), c.event, TRUE, StructureNotifyMask, (XEvent*)&c ); } svn path=/trunk/kdebase/kwin/; revision=80826
This commit is contained in:
parent
e62aff77d8
commit
d3944b3934
1 changed files with 2 additions and 2 deletions
|
@ -1198,7 +1198,7 @@ void Client::sendSynteticConfigureNotify()
|
|||
c.width = windowWrapper()->width();
|
||||
c.height = windowWrapper()->height();
|
||||
c.border_width = 0;
|
||||
XSendEvent( qt_xdisplay(), c.event, TRUE, NoEventMask, (XEvent*)&c );
|
||||
XSendEvent( qt_xdisplay(), c.event, TRUE, StructureNotifyMask, (XEvent*)&c );
|
||||
}
|
||||
|
||||
|
||||
|
@ -1708,7 +1708,7 @@ void Client::iconify()
|
|||
|
||||
if ( isShade() )
|
||||
setShade( FALSE );
|
||||
|
||||
|
||||
setMappingState( IconicState );
|
||||
Events::raise( Events::Iconify );
|
||||
|
||||
|
|
Loading…
Reference in a new issue