repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: bf70b6131e12590c7df0e919af7b7a9553cb586f: path_to: revision_to:
commit bf70b6131e12590c7df0e919af7b7a9553cb586f Author: Marc LehmannDate: Tue Aug 28 17:33:46 2007 +0000 *** empty log message *** diff --git a/src/rxvtfont.C b/src/rxvtfont.C
--- 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)
{
-----END OF PAGE-----