summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2009-01-02 13:05:12 +0100
committerDanny Baumann <dannybaumann@web.de>2009-01-02 13:36:41 +0100
commita49301e30f966f4b4ffaf9ab8bf6f62357e72d66 (patch)
treef4efcd4c11c56378b83b1aa7fa6dbbde80ce92f9
parent5a692b4a42763caf0086d8327416b5f763e6c16a (diff)
Cleanup.
-rw-r--r--src/window.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c
index 8ee080fa..1ccd0521 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3723,11 +3723,8 @@ addWindowSizeChanges (CompWindow *w,
xwc->height = w->sizeHints.max_height;
mask |= CWHeight;
}
- }
- if (mask & (CWWidth | CWHeight))
- {
- if (!(w->type & CompWindowTypeFullscreenMask))
+ if (mask & (CWWidth | CWHeight))
{
int width, height, max;