diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-16 08:13:45 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-05-16 08:13:45 (GMT) |
commit | 855ff278aff6c0903eb6177c017d9936d2dd82ee (patch) | |
tree | 794e5e95e1432a88807df8d31ded43eebf89cd98 /src/Window.cc | |
parent | 2815393751463b7d35ee5838d96a16ab74adf414 (diff) | |
download | fluxbox-855ff278aff6c0903eb6177c017d9936d2dd82ee.zip fluxbox-855ff278aff6c0903eb6177c017d9936d2dd82ee.tar.bz2 |
move some code around
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 a7b2331..8ad1762 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -4077,13 +4077,6 @@ void FluxboxWindow::updateButtons() { | |||
4077 | */ | 4077 | */ |
4078 | void FluxboxWindow::reconfigTheme() { | 4078 | void FluxboxWindow::reconfigTheme() { |
4079 | 4079 | ||
4080 | m_frame.setBorderWidth(decorations.border ? | ||
4081 | frame().theme()->border().width() : 0); | ||
4082 | if (decorations.handle && frame().theme()->handleWidth() != 0) | ||
4083 | frame().showHandle(); | ||
4084 | else | ||
4085 | frame().hideHandle(); | ||
4086 | |||
4087 | ClientList::iterator it = clientList().begin(); | 4080 | ClientList::iterator it = clientList().begin(); |
4088 | ClientList::iterator it_end = clientList().end(); | 4081 | ClientList::iterator it_end = clientList().end(); |
4089 | 4082 | ||