This commit is contained in:
Mark Tiefenbruck 2008-08-21 07:07:47 -07:00
parent 533c70cb57
commit 42895e115b

View file

@ -520,7 +520,7 @@ void FluxboxWindow::init() {
} }
#endif // DEBUG #endif // DEBUG
unsigned int real_width = frame().width(), real_height = frame().height() unsigned int real_width = frame().width(), real_height = frame().height();
frame().applySizeHints(real_width, real_height); frame().applySizeHints(real_width, real_height);
if (m_placed) if (m_placed)