diff options
author | simonb <simonb> | 2006-03-22 13:06:00 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-22 13:06:00 (GMT) |
commit | 5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5 (patch) | |
tree | b57412ffe8799f4a59db1f43e58fcfbc6ab5b841 /src/Window.cc | |
parent | fe4a7db228d69bc9a66ed948f218ef489b2cedaf (diff) | |
download | fluxbox-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.zip fluxbox-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.tar.bz2 |
more external tab work, tidying and tab width config option
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Window.cc b/src/Window.cc index e1cf224..a275e43 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -394,13 +394,6 @@ void FluxboxWindow::init() { | |||
394 | 394 | ||
395 | frame().setUseShape(!m_shaped); | 395 | frame().setUseShape(!m_shaped); |
396 | 396 | ||
397 | frame().setTabPlacement(screen().getTabPlacement()); | ||
398 | if (screen().getDefaultInternalTabs()) { | ||
399 | frame().setTabMode(FbWinFrame::INTERNAL); | ||
400 | } else { | ||
401 | frame().setTabMode(FbWinFrame::EXTERNAL); | ||
402 | } | ||
403 | |||
404 | //!! TODO init of client should be better | 397 | //!! TODO init of client should be better |
405 | // we don't want to duplicate code here and in attachClient | 398 | // we don't want to duplicate code here and in attachClient |
406 | m_clientlist.push_back(m_client); | 399 | m_clientlist.push_back(m_client); |