better fullscreen support
svn path=/trunk/kdebase/kwin/; revision=59488
This commit is contained in:
parent
813ee80842
commit
b3134fe8ac
1 changed files with 0 additions and 1 deletions
|
@ -487,7 +487,6 @@ bool Client::manage( bool isMapped, bool doNotShow )
|
||||||
if ( geom == QApplication::desktop()->geometry() )
|
if ( geom == QApplication::desktop()->geometry() )
|
||||||
may_move = FALSE; // don't let fullscreen windows be moved around
|
may_move = FALSE; // don't let fullscreen windows be moved around
|
||||||
} else {
|
} else {
|
||||||
qDebug("2");
|
|
||||||
if ( (xSizeHint.flags & PPosition) || (xSizeHint.flags & USPosition) ) {
|
if ( (xSizeHint.flags & PPosition) || (xSizeHint.flags & USPosition) ) {
|
||||||
if ( (xSizeHint.flags & USPosition) == 0 ) {
|
if ( (xSizeHint.flags & USPosition) == 0 ) {
|
||||||
QRect area = workspace()->clientArea();
|
QRect area = workspace()->clientArea();
|
||||||
|
|
Loading…
Reference in a new issue