diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window.c | 5 |
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; |