aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 73da2d4..5a432dd 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -520,7 +520,7 @@ void FluxboxWindow::init() {
520 } 520 }
521#endif // DEBUG 521#endif // DEBUG
522 522
523 unsigned int real_width = frame().width(), real_height = frame().height() 523 unsigned int real_width = frame().width(), real_height = frame().height();
524 frame().applySizeHints(real_width, real_height); 524 frame().applySizeHints(real_width, real_height);
525 525
526 if (m_placed) 526 if (m_placed)