diff options
author | markt <markt> | 2007-03-06 17:20:13 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-06 17:20:13 (GMT) |
commit | ed3731fa30c8563e1187ff72528fcc2ca567c43d (patch) | |
tree | 9cca53ab1137da5a3f6c538d18feb569fbca2475 /src/Window.cc | |
parent | 8c5fd07d77923b07739c51f00f090b94b1b4e550 (diff) | |
download | fluxbox_pavel-ed3731fa30c8563e1187ff72528fcc2ca567c43d.zip fluxbox_pavel-ed3731fa30c8563e1187ff72528fcc2ca567c43d.tar.bz2 |
session.screen0.defaultDeco now understands TAB, BORDER, etc.
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); |