From 99a64d46b0d9f014cc5b4f82721c9832a7396b8b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Aug 2007 17:33:46 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvtfont.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rxvtfont.C b/src/rxvtfont.C index 76a6ffd0..12b26474 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -1328,7 +1328,7 @@ rxvt_font_xft::draw (rxvt_drawable &d, int x, int y, { Picture dst = 0; if (bg >= 0 && term->pix_colors[bg].c.color.alpha < 0x0ff00) - dst = XftDrawPicture(d2); + dst = XftDrawPicture (d2); if (bg < 0 || dst != 0) { -- 2.34.1