Better add a remainder for that.
svn path=/trunk/kdebase/kwin/; revision=331402
This commit is contained in:
parent
0eb5c0f87f
commit
71224efa77
1 changed files with 3 additions and 0 deletions
|
@ -1524,6 +1524,9 @@ bool Client::isResizable() const
|
|||
return false;
|
||||
if(( isSpecialWindow() || isSplash() || isToolbar()) && !isOverride())
|
||||
return false;
|
||||
#if KDE_IS_VERSION( 3, 3, 90 )
|
||||
#warning Rename the moveresize maximize option.
|
||||
#endif
|
||||
// if( maximizeMode() == MaximizeFull && !options->moveResizeMaximizedWindows() )
|
||||
// return false;
|
||||
if( rules()->checkSize( QSize()).isValid()) // forced size
|
||||
|
|
Loading…
Reference in a new issue