Allow desktop-type windows to only span one xrandr/mergedfb/xinerama-screen instead of all screens combined.
Forgot to remove QDesktopWidget includes, sorry! svn path=/trunk/KDE/kdebase/workspace/; revision=803353
This commit is contained in:
parent
1819ad69b2
commit
2cfa81c2fc
2 changed files with 1 additions and 3 deletions
|
@ -32,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <kapplication.h>
|
||||
#include <kglobal.h>
|
||||
#include <QPainter>
|
||||
#include <QDesktopWidget>
|
||||
#include <kwindowsystem.h>
|
||||
|
||||
#include "placement.h"
|
||||
|
|
|
@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "notifications.h"
|
||||
#include <QX11Info>
|
||||
#include <QDesktopWidget>
|
||||
#include "rules.h"
|
||||
#include "group.h"
|
||||
|
||||
|
@ -239,8 +238,8 @@ bool Client::manage( Window w, bool isMapped )
|
|||
if (geom != workspace()->clientArea( ScreenArea, geom.center(), desktop()))
|
||||
{
|
||||
geom = workspace()->clientArea( FullArea, geom.center(), desktop());
|
||||
placementDone = true;
|
||||
}
|
||||
placementDone = true;
|
||||
}
|
||||
|
||||
bool usePosition = false;
|
||||
|
|
Loading…
Reference in a new issue