diff options
author | fluxgen <fluxgen> | 2006-02-19 11:44:57 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-19 11:44:57 (GMT) |
commit | 98209ba704e047c8f8f7df08fbb5849e3294cc68 (patch) | |
tree | 53a85a82289c3bfb2326785c0def47b1bea0da28 /src/Window.cc | |
parent | 1cdeabc7fc2867de7a7f493be4a7da263ad2abfc (diff) | |
download | fluxbox-98209ba704e047c8f8f7df08fbb5849e3294cc68.zip fluxbox-98209ba704e047c8f8f7df08fbb5849e3294cc68.tar.bz2 |
FbWinFrame should not depend on class Fluxbox
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 5ef606b..a3b20f9 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -3950,7 +3950,8 @@ void FluxboxWindow::ungrabPointer(Time time) { | |||
3950 | void FluxboxWindow::associateClient(WinClient &client) { | 3950 | void FluxboxWindow::associateClient(WinClient &client) { |
3951 | 3951 | ||
3952 | FbWinFrame::ButtonId btn = frame().createTab(client.title(), | 3952 | FbWinFrame::ButtonId btn = frame().createTab(client.title(), |
3953 | new SetClientCmd(client)); | 3953 | new SetClientCmd(client), |
3954 | Fluxbox::instance()->getTabsPadding()); | ||
3954 | 3955 | ||
3955 | m_labelbuttons[&client] = btn; | 3956 | m_labelbuttons[&client] = btn; |
3956 | 3957 | ||