Reset variables in else case.
svn path=/trunk/KDE/kdebase/kwin/; revision=428548
This commit is contained in:
parent
170111c4e9
commit
e98eb83a8b
1 changed files with 2 additions and 0 deletions
|
@ -1381,6 +1381,8 @@ void Client::getMotifHints()
|
|||
motif_may_resize = mresize; // this should be set using minsize==maxsize, but oh well
|
||||
motif_may_move = mmove;
|
||||
}
|
||||
else
|
||||
motif_may_resize = motif_may_move = true;
|
||||
// mminimize; - ignore, bogus - e.g. shading or sending to another desktop is "minimizing" too
|
||||
// mmaximize; - ignore, bogus - maximizing is basically just resizing
|
||||
motif_may_close = mclose; // motif apps like to crash when they set this hint and WM closes them anyway
|
||||
|
|
Loading…
Reference in a new issue