react on strut changes
svn path=/trunk/kdebase/kwin/; revision=59726
This commit is contained in:
parent
ffa14ebace
commit
aef79db34b
1 changed files with 5 additions and 2 deletions
|
@ -681,6 +681,9 @@ bool Client::windowEvent( XEvent * e)
|
|||
|
||||
if ( ( dirty & NET::WMName ) != 0 )
|
||||
fetchName();
|
||||
if ( ( dirty & NET::WMStrut ) != 0 )
|
||||
workspace()->updateClientArea();
|
||||
|
||||
|
||||
switch (e->type) {
|
||||
case UnmapNotify:
|
||||
|
|
Loading…
Reference in a new issue