aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Window.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index f8ce946..d0fae02 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1443,6 +1443,9 @@ void FluxboxWindow::maximize(int type) {
1443 if (isIconic()) 1443 if (isIconic())
1444 deiconify(); 1444 deiconify();
1445 1445
1446 if (isShaded())
1447 shade();
1448
1446 int head = screen().getHead(frame().window()); 1449 int head = screen().getHead(frame().window());
1447 int new_x = frame().x(), 1450 int new_x = frame().x(),
1448 new_y = frame().y(), 1451 new_y = frame().y(),