From: root Date: Wed, 23 Jan 2008 10:57:19 +0000 (+0000) Subject: it is X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a2c78726cbc096a5431c9417a9c9cefffe3a4b2e;p=dana%2Furxvt.git it is --- diff --git a/src/rxvtfont.C b/src/rxvtfont.C index 2f984177..44411ba7 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -243,7 +243,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 && !term->pix_colors[color].is_opaque () - && ((Picture dst = XftDrawPicture (d)))) + && ((dst = XftDrawPicture (d)))) { XClearArea (disp, d, x, y, w, h, false);