parent
a05c9193da
commit
6d3a097842
1 changed files with 2 additions and 0 deletions
|
@ -1374,6 +1374,8 @@ bool Client::isResizable() const
|
|||
{
|
||||
if ( !isMovable() )
|
||||
return FALSE;
|
||||
if( isShade())
|
||||
return FALSE;
|
||||
|
||||
if ( ( xSizeHint.flags & PMaxSize) == 0 || (xSizeHint.flags & PMinSize ) == 0 )
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue