diff options
author | fluxgen <fluxgen> | 2003-08-15 15:30:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-15 15:30:18 (GMT) |
commit | 56650fc160e3d9f61cbc1793c8fa3a33fdef7be0 (patch) | |
tree | fcb1671fd4abe040b0996e421977f1d43dc6b7c6 /src/ClockTool.cc | |
parent | 1cfe7255424250c3922146652014b2bd93149e86 (diff) | |
download | fluxbox_pavel-56650fc160e3d9f61cbc1793c8fa3a33fdef7be0.zip fluxbox_pavel-56650fc160e3d9f61cbc1793c8fa3a33fdef7be0.tar.bz2 |
minor bugfix for pixmap
Diffstat (limited to 'src/ClockTool.cc')
-rw-r--r-- | src/ClockTool.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ClockTool.cc b/src/ClockTool.cc index becab8a..cc74b35 100644 --- a/src/ClockTool.cc +++ b/src/ClockTool.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: ClockTool.cc,v 1.4 2003/08/15 14:00:20 fluxgen Exp $ | 23 | // $Id: ClockTool.cc,v 1.5 2003/08/15 15:30:18 fluxgen Exp $ |
24 | 24 | ||
25 | #include "ClockTool.hh" | 25 | #include "ClockTool.hh" |
26 | 26 | ||
@@ -145,7 +145,7 @@ void ClockTool::renderTheme() { | |||
145 | m_button.setBackgroundColor(m_theme.texture().color()); | 145 | m_button.setBackgroundColor(m_theme.texture().color()); |
146 | } else { | 146 | } else { |
147 | m_pixmap = m_screen.imageControl().renderImage(m_button.width(), m_button.height(), m_theme.texture()); | 147 | m_pixmap = m_screen.imageControl().renderImage(m_button.width(), m_button.height(), m_theme.texture()); |
148 | m_button.FbTk::FbWindow::setBackgroundPixmap(m_pixmap); | 148 | m_button.setBackgroundPixmap(m_pixmap); |
149 | } | 149 | } |
150 | 150 | ||
151 | if (old_pm) | 151 | if (old_pm) |