react on strut changes

svn path=/trunk/kdebase/kwin/; revision=59726
This commit is contained in:
Matthias Ettrich 2000-08-04 21:29:02 +00:00
parent ffa14ebace
commit aef79db34b

View file

@ -681,6 +681,9 @@ bool Client::windowEvent( XEvent * e)
if ( ( dirty & NET::WMName ) != 0 ) if ( ( dirty & NET::WMName ) != 0 )
fetchName(); fetchName();
if ( ( dirty & NET::WMStrut ) != 0 )
workspace()->updateClientArea();
switch (e->type) { switch (e->type) {
case UnmapNotify: case UnmapNotify: