aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-10-04 03:48:38 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-10-04 03:48:38 (GMT)
commitc91926cf71dcaaea2cf6e56e74b1de50ff17f6f5 (patch)
tree2016d3cbaf743d8ac7b90d39b1c9b85faa668038 /src/FbWinFrame.cc
parent9df75ed7a6c70d621895ebacbba4a13afe4ecaed (diff)
downloadfluxbox-c91926cf71dcaaea2cf6e56e74b1de50ff17f6f5.zip
fluxbox-c91926cf71dcaaea2cf6e56e74b1de50ff17f6f5.tar.bz2
fix flickering of shaped windows on focus changes
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index 85cd25b..ce25004 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -665,12 +665,6 @@ void FbWinFrame::moveLabelButtonRightOf(FbTk::TextButton &btn, const FbTk::TextB
665 m_tab_container.moveItem(&btn, movement); 665 m_tab_container.moveItem(&btn, movement);
666} 666}
667 667
668void FbWinFrame::setLabelButtonFocus(IconButton &btn) {
669 if (btn.parent() != &m_tab_container)
670 return;
671 m_label.setText(btn.text());
672}
673
674void FbWinFrame::setClientWindow(FbTk::FbWindow &win) { 668void FbWinFrame::setClientWindow(FbTk::FbWindow &win) {
675 669
676 win.setBorderWidth(0); 670 win.setBorderWidth(0);