From 5f295d8b4f24a252f13ee96900924303df4fcea7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Jan 2008 10:56:25 +0000 Subject: [PATCH] it is --- src/rxvtfont.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rxvtfont.C b/src/rxvtfont.C index 4fa4d92c..2f984177 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -242,7 +242,7 @@ rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) # ifdef HAVE_BG_PIXMAP if (term->bgPixmap.pixmap - && color >= 0 && !term->pix_colors[color].is_opaque () + && !term->pix_colors[color].is_opaque () && ((Picture dst = XftDrawPicture (d)))) { XClearArea (disp, d, x, y, w, h, false); -- 2.34.1