diff options
-rw-r--r-- | src/Window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index f1cef6d..e7d8476 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -605,7 +605,6 @@ void FluxboxWindow::init() { | |||
605 | void FluxboxWindow::shape() { | 605 | void FluxboxWindow::shape() { |
606 | #ifdef SHAPE | 606 | #ifdef SHAPE |
607 | if (m_shaped) { | 607 | if (m_shaped) { |
608 | if (isFullscreen()) | ||
609 | XShapeCombineShape(display, | 608 | XShapeCombineShape(display, |
610 | frame().window().window(), ShapeBounding, | 609 | frame().window().window(), ShapeBounding, |
611 | 0, frame().clientArea().y(), // xOff, yOff | 610 | 0, frame().clientArea().y(), // xOff, yOff |