diff options
author | fluxgen <fluxgen> | 2004-12-28 22:21:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-12-28 22:21:15 (GMT) |
commit | a0340e73a77925c56b56d1889df6333e8b4717e0 (patch) | |
tree | 2905a3aedd8dce17724693018ff61ed6efd4387b /src/Window.cc | |
parent | ddfb14a2642f8326b4e06b23af52909db8a1ddf7 (diff) | |
download | fluxbox-a0340e73a77925c56b56d1889df6333e8b4717e0.zip fluxbox-a0340e73a77925c56b56d1889df6333e8b4717e0.tar.bz2 |
fixed shape bug
Diffstat (limited to 'src/Window.cc')
-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 |