From 2cfa81c2fcb4f84e0bdfb6d137614f88d4e68bd4 Mon Sep 17 00:00:00 2001 From: "Aike J. Sommer" Date: Fri, 2 May 2008 16:39:49 +0000 Subject: [PATCH] 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 --- geometry.cpp | 1 - manage.cpp | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/geometry.cpp b/geometry.cpp index 3b6b6bb81c..a8f2221a27 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -32,7 +32,6 @@ along with this program. If not, see . #include #include #include -#include #include #include "placement.h" diff --git a/manage.cpp b/manage.cpp index 585a4816e4..2b39aeb427 100644 --- a/manage.cpp +++ b/manage.cpp @@ -33,7 +33,6 @@ along with this program. If not, see . #include "notifications.h" #include -#include #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;