aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index a053f1a..51f5d44 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1495,7 +1495,8 @@ void FluxboxWindow::setFullscreenLayer() {
1495 foc->winClient().transientFor()->fbwindow() == this)) { 1495 foc->winClient().transientFor()->fbwindow() == this)) {
1496 moveToLayer(::ResourceLayer::ABOVE_DOCK); 1496 moveToLayer(::ResourceLayer::ABOVE_DOCK);
1497 } else { 1497 } else {
1498 moveToLayer(::ResourceLayer::DESKTOP); 1498 moveToLayer(foc->layerNum());
1499 foc->raise();
1499 } 1500 }
1500 stateSig().emit(*this); 1501 stateSig().emit(*this);
1501 1502