aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-21 14:07:47 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-21 14:07:47 (GMT)
commit42895e115bc28aa058a29061033080869d03fc7d (patch)
treeca66b88c4bcf187ff8bb6b91337eaf12ecb4cc0b
parent533c70cb570c56a586f8946700f57a832128a705 (diff)
downloadfluxbox-42895e115bc28aa058a29061033080869d03fc7d.zip
fluxbox-42895e115bc28aa058a29061033080869d03fc7d.tar.bz2
;
-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)