diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-04 03:48:38 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-04 03:48:38 (GMT) |
commit | c91926cf71dcaaea2cf6e56e74b1de50ff17f6f5 (patch) | |
tree | 2016d3cbaf743d8ac7b90d39b1c9b85faa668038 /src/FbWinFrame.hh | |
parent | 9df75ed7a6c70d621895ebacbba4a13afe4ecaed (diff) | |
download | fluxbox_pavel-c91926cf71dcaaea2cf6e56e74b1de50ff17f6f5.zip fluxbox_pavel-c91926cf71dcaaea2cf6e56e74b1de50ff17f6f5.tar.bz2 |
fix flickering of shaped windows on focus changes
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index ff9c19e..4cb5c65 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -146,8 +146,6 @@ public: | |||
146 | void moveLabelButtonLeftOf(FbTk::TextButton &btn, const FbTk::TextButton &dest); | 146 | void moveLabelButtonLeftOf(FbTk::TextButton &btn, const FbTk::TextButton &dest); |
147 | //move the first label button to the right of the second | 147 | //move the first label button to the right of the second |
148 | void moveLabelButtonRightOf(FbTk::TextButton &btn, const FbTk::TextButton &dest); | 148 | void moveLabelButtonRightOf(FbTk::TextButton &btn, const FbTk::TextButton &dest); |
149 | /// which button is to be rendered focused | ||
150 | void setLabelButtonFocus(IconButton &btn); | ||
151 | /// attach a client window for client area | 149 | /// attach a client window for client area |
152 | void setClientWindow(FbTk::FbWindow &win); | 150 | void setClientWindow(FbTk::FbWindow &win); |
153 | /// remove attached client window | 151 | /// remove attached client window |