diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.cc b/src/Window.cc index 3d0db79..5b10058 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -394,10 +394,10 @@ void FluxboxWindow::init() { | |||
394 | m_blackbox_attrib.premax_w = m_blackbox_attrib.premax_h = 0; | 394 | m_blackbox_attrib.premax_w = m_blackbox_attrib.premax_h = 0; |
395 | 395 | ||
396 | // set default decorations but don't apply them | 396 | // set default decorations but don't apply them |
397 | setDecorationMask(screen().defaultDeco(), false); | 397 | setDecorationMask(Remember::getDecoFromString(screen().defaultDeco()), false); |
398 | 398 | ||
399 | functions.resize = functions.move = functions.iconify = functions.maximize = functions.close = functions.tabable = true; | 399 | functions.resize = functions.move = functions.iconify = functions.maximize |
400 | decorations.close = false; | 400 | = functions.close = functions.tabable = true; |
401 | 401 | ||
402 | if (m_client->getBlackboxHint() != 0) | 402 | if (m_client->getBlackboxHint() != 0) |
403 | updateBlackboxHintsFromClient(*m_client); | 403 | updateBlackboxHintsFromClient(*m_client); |