From: root Date: Wed, 23 Jan 2008 10:56:25 +0000 (+0000) Subject: it is X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5f295d8b4f24a252f13ee96900924303df4fcea7;p=dana%2Furxvt.git it is --- 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);