all repos — fluxbox @ 56650fc160e3d9f61cbc1793c8fa3a33fdef7be0

custom fork of the fluxbox windowmanager

minor bugfix for pixmap
fluxgen fluxgen
commit

56650fc160e3d9f61cbc1793c8fa3a33fdef7be0

parent

1cfe7255424250c3922146652014b2bd93149e86

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/ClockTool.ccsrc/ClockTool.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: ClockTool.cc,v 1.4 2003/08/15 14:00:20 fluxgen Exp $ +// $Id: ClockTool.cc,v 1.5 2003/08/15 15:30:18 fluxgen Exp $ #include "ClockTool.hh"

@@ -145,7 +145,7 @@ m_pixmap = 0;

m_button.setBackgroundColor(m_theme.texture().color()); } else { m_pixmap = m_screen.imageControl().renderImage(m_button.width(), m_button.height(), m_theme.texture()); - m_button.FbTk::FbWindow::setBackgroundPixmap(m_pixmap); + m_button.setBackgroundPixmap(m_pixmap); } if (old_pm)