aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-22 13:06:00 (GMT)
committersimonb <simonb>2006-03-22 13:06:00 (GMT)
commit5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5 (patch)
treeb57412ffe8799f4a59db1f43e58fcfbc6ab5b841 /src/Window.cc
parentfe4a7db228d69bc9a66ed948f218ef489b2cedaf (diff)
downloadfluxbox_pavel-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.zip
fluxbox_pavel-5e22dcd9ff8cb8a173992bf57b592a7f8cfd66f5.tar.bz2
more external tab work, tidying and tab width config option
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc7
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);